Update configs a bit
authorEric Andersen <andersen@codepoet.org>
Sat, 17 Jul 2004 05:06:53 +0000 (05:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 17 Jul 2004 05:06:53 +0000 (05:06 -0000)
sources/uClibc.config
sources/uClibc.config-locale

index 42afe68bc7f09b2f1d7c0a31e37455abb623612f..4e4a75d657100f554c0b777d9224fa754e65d95a 100644 (file)
@@ -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
index b8b7fc8374b3a5fb7389497c9da2a048fbb95be5..addb4a254e0c66fc7f459261ba342741e4f3ed41 100644 (file)
@@ -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