diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2005-08-03 01:23:13 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2005-08-03 01:23:13 +0000 |
commit | 5c445e68c7211da6818f822d7d84f61e88d7149f (patch) | |
tree | 7d711a46f2e88e1e22b8236798de8e4d32180fcf /toolchain/uClibc | |
parent | c0a49140ad047ba10bddc99fc7b56980c9c5571e (diff) | |
download | buildroot-novena-5c445e68c7211da6818f822d7d84f61e88d7149f.tar.gz buildroot-novena-5c445e68c7211da6818f822d7d84f61e88d7149f.zip |
Update locale config to match non-locale settings.
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/uClibc.config-locale | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/toolchain/uClibc/uClibc.config-locale b/toolchain/uClibc/uClibc.config-locale index 95a4983fc..876238ed9 100644 --- a/toolchain/uClibc/uClibc.config-locale +++ b/toolchain/uClibc/uClibc.config-locale @@ -17,8 +17,10 @@ # TARGET_nios2 is not set # TARGET_powerpc is not set # TARGET_sh is not set +# TARGET_sh64 is not set # TARGET_sparc is not set # TARGET_v850 is not set +# TARGET_x86_64 is not set # # Target Architecture Features and Options @@ -38,16 +40,22 @@ HAVE_DOT_CONFIG=y # # HAVE_NO_PIC is not set DOPIC=y +# HAVE_NO_SHARED is not set HAVE_SHARED=y +# ARCH_HAS_NO_LDSO is not set BUILD_UCLIBC_LDSO=y # FORCE_SHAREABLE_TEXT_SEGMENTS is not set LDSO_LDD_SUPPORT=y +LDSO_CACHE_SUPPORT=y +# LDSO_PRELOAD_FILE_SUPPORT is not set +LDSO_BASE_FILENAME="ld.so" +# DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y -# UCLIBC_PROPOLICE is not set -# UCLIBC_PROFILING is not set +# HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_LFS=y +# UCLIBC_STATIC_LDCONFIG is not set # MALLOC is not set # MALLOC_SIMPLE is not set MALLOC_STANDARD=y @@ -72,6 +80,8 @@ UCLIBC_HAS_FULL_RPC=y # # String and Stdio Support # +UCLIBC_HAS_STRING_GENERIC_OPT=y +UCLIBC_HAS_STRING_ARCH_OPT=y UCLIBC_HAS_CTYPE_TABLES=y UCLIBC_HAS_CTYPE_SIGNED=y # UCLIBC_HAS_CTYPE_UNSAFE is not set @@ -109,14 +119,13 @@ UCLIBC_HAS_ERRNO_MESSAGES=y # UCLIBC_HAS_SYS_ERRLIST is not set UCLIBC_HAS_SIGNUM_MESSAGES=y # UCLIBC_HAS_SYS_SIGLIST is not set -UCLIBC_HAS_GETTEXT_AWARENESS=y UCLIBC_HAS_GNU_GETOPT=y # # Big and Tall # UCLIBC_HAS_REGEX=y -UCLIBC_HAS_WORDEXP=y +# UCLIBC_HAS_WORDEXP is not set UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y @@ -135,8 +144,10 @@ DEVEL_PREFIX="/usr/" # # uClibc development/debugging options # +CROSS_COMPILER_PREFIX="" # DODEBUG is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set +WARNINGS="-Wall" # UCLIBC_MJN3_ONLY is not set |