From: Eric Andersen Date: Mon, 12 Apr 2004 21:38:09 +0000 (-0000) Subject: Provide sane defaults X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=583877d9449fb64bb792c6904e44cc3e0d1d41aa;p=buildroot.git Provide sane defaults --- diff --git a/sources/uClibc.config b/sources/uClibc.config index c5360d928c..03cf7f2ed1 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