summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-12 21:38:09 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-12 21:38:09 +0000
commit583877d9449fb64bb792c6904e44cc3e0d1d41aa (patch)
treec642c46a71721d553a0d0b1bf0f0c53b177d26d0 /sources
parent0da2e559f66924814ef7408cc69fc29ba89fa25e (diff)
Provide sane defaults
Diffstat (limited to 'sources')
-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