summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mips
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r--extra/Configs/Config.mips12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 2a51ea0a2..e17d41f97 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -149,7 +149,7 @@ BUILD_UCLIBC_LDSO=false
# BIG FAT WARNING:
# If you do not have a shared library loader with the correct name
# sitting in the directory this points to, your binaries will not run.
-#SHARED_LIB_LOADER_PATH=$(DEVEL_PREFIX)/lib
+SHARED_LIB_LOADER_PATH=$(DEVEL_PREFIX)/lib
# DEVEL_PREFIX is the directory into which the uClibc development
# environment will be installed. The result will look something
@@ -164,11 +164,11 @@ BUILD_UCLIBC_LDSO=false
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,