diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-12 21:38:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-12 21:38:09 +0000 |
commit | 583877d9449fb64bb792c6904e44cc3e0d1d41aa (patch) | |
tree | c642c46a71721d553a0d0b1bf0f0c53b177d26d0 /sources | |
parent | 0da2e559f66924814ef7408cc69fc29ba89fa25e (diff) |
Provide sane defaults
Diffstat (limited to 'sources')
-rw-r--r-- | sources/uClibc.config | 4 |
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 |