From 64ead491bcbbf3e8fe04f3aace8f55101f094248 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 2 Jul 2002 06:15:23 +0000 Subject: Resync the install defines -Erik --- extra/Configs/Config.cross.arm.uclinux | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'extra/Configs/Config.cross.arm.uclinux') diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index 2a2abaeb6..9c474dc5a 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -174,22 +174,30 @@ BUILD_UCLIBC_LDSO=false # environment will be installed. The result will look something # like the following: # DEVEL_PREFIX/ -# bin/ # lib/ # include/ # This value is used by the 'make install' Makefile target. Since this # directory is compiled into the uclibc cross compiler spoofer, you # have to recompile if you change this value... +#DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc DEVEL_PREFIX = /opt/uClinux/$(TARGET_ARCH)-elf # SYSTEM_DEVEL_PREFIX is the directory prefix used when installing -# usr/bin/arch-uclibc-gcc, usr/bin/arch-uclibc-ld, etc. This is only -# used by the 'make install' target, and is not compiled into anything. -# This defaults to $DEVEL_PREFIX, but makers of .rpms and .debs will -# want to set this to "/" instead. -SYSTEM_DEVEL_PREFIX = / +# bin/arch-uclibc-gcc, bin/arch-uclibc-ld, etc. This is only used by +# the 'make install' target, and is not compiled into anything. This +# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will +# want to set this to "/usr" instead. +SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX) + +# DEVEL_TOOL_PREFIX is the directory prefix used when installing +# bin/gcc, bin/ld, etc. This is only used by the 'make install' +# target, and is not compiled into anything. This defaults to +# $DEVEL_PREFIX/usr, but makers of .rpms and .debs may want to +# set this to something else. +DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr # If you want 'make install' to install everything under a temporary # directory, the define PREFIX during the install step, # i.e., 'make PREFIX=/var/tmp/uClibc install'. #PREFIX = $(TOPDIR)/_install + -- cgit v1.2.3