summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-17 05:06:53 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-17 05:06:53 +0000
commit660cbc883af253090351eda2ef7aa89b1de4a5f8 (patch)
tree66f73a7cce35d760de0f6059b934074847257258 /sources
parente585a4828b1b81690367fa48836c03f05dfda77c (diff)
Update configs a bit
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config2
-rw-r--r--sources/uClibc.config-locale9
2 files changed, 9 insertions, 2 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index 42afe68bc..4e4a75d65 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -12,6 +12,8 @@
# TARGET_m68k is not set
# TARGET_microblaze is not set
# TARGET_mips is not set
+# TARGET_nios is not set
+# TARGET_nios2 is not set
# TARGET_powerpc is not set
# TARGET_sh is not set
# TARGET_sparc is not set
diff --git a/sources/uClibc.config-locale b/sources/uClibc.config-locale
index b8b7fc837..addb4a254 100644
--- a/sources/uClibc.config-locale
+++ b/sources/uClibc.config-locale
@@ -5,12 +5,15 @@
# TARGET_arm is not set
# TARGET_cris is not set
# TARGET_e1 is not set
+# TARGET_frv is not set
# TARGET_h8300 is not set
# TARGET_i386 is not set
# TARGET_i960 is not set
# TARGET_m68k is not set
# TARGET_microblaze is not set
# TARGET_mips is not set
+# TARGET_nios is not set
+# TARGET_nios2 is not set
# TARGET_powerpc is not set
# TARGET_sh is not set
# TARGET_sparc is not set
@@ -38,6 +41,7 @@ HAVE_DOT_CONFIG=y
DOPIC=y
HAVE_SHARED=y
BUILD_UCLIBC_LDSO=y
+# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
# UCLIBC_PIE_SUPPORT is not set
LDSO_LDD_SUPPORT=y
UCLIBC_CTOR_DTOR=y
@@ -47,6 +51,7 @@ UCLIBC_HAS_THREADS=y
PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_LFS=y
# MALLOC is not set
+# MALLOC_SIMPLE is not set
MALLOC_STANDARD=y
MALLOC_GLIBC_COMPAT=y
UCLIBC_DYNAMIC_ATEXIT=y
@@ -121,8 +126,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