summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen2004-04-12 23:38:09 +0200
committerEric Andersen2004-04-12 23:38:09 +0200
commit583877d9449fb64bb792c6904e44cc3e0d1d41aa (patch)
treec642c46a71721d553a0d0b1bf0f0c53b177d26d0
parentDue to alphabetizing, the uml stuff was pulled in after uclibc.mk (diff)
downloadbuildroot-583877d9449fb64bb792c6904e44cc3e0d1d41aa.tar.gz
buildroot-583877d9449fb64bb792c6904e44cc3e0d1d41aa.tar.xz
buildroot-583877d9449fb64bb792c6904e44cc3e0d1d41aa.zip
Provide sane defaults
-rw-r--r--sources/uClibc.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index c5360d928..03cf7f2ed 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -116,8 +116,8 @@ UCLIBC_HAS_GLOB=y
# Library Installation Options
#
SHARED_LIB_LOADER_PREFIX="/lib"
-RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
-DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
+RUNTIME_PREFIX="/"
+DEVEL_PREFIX="/usr/"
#
# uClibc development/debugging options