summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.i386
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-13 20:00:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-13 20:00:34 +0000
commit24700c28ae7d0ac28c1109da2d15ac7d5b95858c (patch)
tree082f77090389cfc46ac6718efc9aeff3a1a59b4f /extra/Configs/Config.i386
parentae8937b0de74e5c2914147dbb37ef42898f0e263 (diff)
Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer
toolchain to any arbitrary directory...
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r--extra/Configs/Config.i38610
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 33ce45a4e..44ee3d06b 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -172,11 +172,11 @@ SHARED_LIB_LOADER_PATH=$(DEVEL_PREFIX)/lib
DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
# 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 = $(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)/usr
# If you want 'make install' to install everything under a temporary
# directory, the define PREFIX during the install step,