summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 11:51:50 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 11:51:50 +0000
commit83b95bdb42e4fd1e183dbf30aa3b5a6f6c26f392 (patch)
treed4b0462e1d811e20faeef0e2657af26bdc2ea817 /sources
parent02bf5816b5dfab63ddabe0bc56286aac09e3cf0c (diff)
downloadbuildroot-novena-83b95bdb42e4fd1e183dbf30aa3b5a6f6c26f392.tar.gz
buildroot-novena-83b95bdb42e4fd1e183dbf30aa3b5a6f6c26f392.zip
Cope with the new RUNTIME_PREFIX
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config9
1 files changed, 5 insertions, 4 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index 67b6d0ccb..06cc52e30 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -60,7 +60,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ"
#
# UCLIBC_HAS_IPV6 is not set
UCLIBC_HAS_RPC=y
-# UCLIBC_HAS_FULL_RPC is not set
+UCLIBC_HAS_FULL_RPC=y
#
# String and Stdio Support
@@ -94,9 +94,9 @@ UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
UCLIBC_HAS_PRINTF_M_SPEC=y
UCLIBC_HAS_ERRNO_MESSAGES=y
-# UCLIBC_HAS_SYS_ERRLIST is not set
+UCLIBC_HAS_SYS_ERRLIST=y
UCLIBC_HAS_SIGNUM_MESSAGES=y
-# UCLIBC_HAS_SYS_SIGLIST is not set
+UCLIBC_HAS_SYS_SIGLIST=y
UCLIBC_HAS_GNU_GETOPT=y
#
@@ -111,6 +111,7 @@ UCLIBC_HAS_GLOB=y
# Library Installation Options
#
SHARED_LIB_LOADER_PATH="/lib"
+RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)"
DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr"
@@ -118,7 +119,7 @@ DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr"
#
# uClibc development/debugging options
#
-# DODEBUG is not set
+DODEBUG=y
# DOASSERTS is not set
# SUPPORT_LD_DEBUG is not set
# SUPPORT_LD_DEBUG_EARLY is not set