Update locale config to match non-locale settings.

This commit is contained in:
Manuel Novoa III 2005-08-03 01:23:13 +00:00
parent c0a49140ad
commit 5c445e68c7

View File

@ -17,8 +17,10 @@
# TARGET_nios2 is not set # TARGET_nios2 is not set
# TARGET_powerpc is not set # TARGET_powerpc is not set
# TARGET_sh is not set # TARGET_sh is not set
# TARGET_sh64 is not set
# TARGET_sparc is not set # TARGET_sparc is not set
# TARGET_v850 is not set # TARGET_v850 is not set
# TARGET_x86_64 is not set
# #
# Target Architecture Features and Options # Target Architecture Features and Options
@ -38,16 +40,22 @@ HAVE_DOT_CONFIG=y
# #
# HAVE_NO_PIC is not set # HAVE_NO_PIC is not set
DOPIC=y DOPIC=y
# HAVE_NO_SHARED is not set
HAVE_SHARED=y HAVE_SHARED=y
# ARCH_HAS_NO_LDSO is not set
BUILD_UCLIBC_LDSO=y BUILD_UCLIBC_LDSO=y
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set # FORCE_SHAREABLE_TEXT_SEGMENTS is not set
LDSO_LDD_SUPPORT=y 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_CTOR_DTOR=y
# UCLIBC_PROPOLICE is not set # HAS_NO_THREADS is not set
# UCLIBC_PROFILING is not set
UCLIBC_HAS_THREADS=y UCLIBC_HAS_THREADS=y
PTHREADS_DEBUG_SUPPORT=y PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_LFS=y UCLIBC_HAS_LFS=y
# UCLIBC_STATIC_LDCONFIG is not set
# MALLOC is not set # MALLOC is not set
# MALLOC_SIMPLE is not set # MALLOC_SIMPLE is not set
MALLOC_STANDARD=y MALLOC_STANDARD=y
@ -72,6 +80,8 @@ UCLIBC_HAS_FULL_RPC=y
# #
# String and Stdio Support # String and Stdio Support
# #
UCLIBC_HAS_STRING_GENERIC_OPT=y
UCLIBC_HAS_STRING_ARCH_OPT=y
UCLIBC_HAS_CTYPE_TABLES=y UCLIBC_HAS_CTYPE_TABLES=y
UCLIBC_HAS_CTYPE_SIGNED=y UCLIBC_HAS_CTYPE_SIGNED=y
# UCLIBC_HAS_CTYPE_UNSAFE is not set # 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_SYS_ERRLIST is not set
UCLIBC_HAS_SIGNUM_MESSAGES=y UCLIBC_HAS_SIGNUM_MESSAGES=y
# UCLIBC_HAS_SYS_SIGLIST is not set # UCLIBC_HAS_SYS_SIGLIST is not set
UCLIBC_HAS_GETTEXT_AWARENESS=y
UCLIBC_HAS_GNU_GETOPT=y UCLIBC_HAS_GNU_GETOPT=y
# #
# Big and Tall # Big and Tall
# #
UCLIBC_HAS_REGEX=y UCLIBC_HAS_REGEX=y
UCLIBC_HAS_WORDEXP=y # UCLIBC_HAS_WORDEXP is not set
UCLIBC_HAS_FTW=y UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y UCLIBC_HAS_GLOB=y
@ -135,8 +144,10 @@ DEVEL_PREFIX="/usr/"
# #
# uClibc development/debugging options # uClibc development/debugging options
# #
CROSS_COMPILER_PREFIX=""
# DODEBUG is not set # DODEBUG is not set
# DOASSERTS is not set # DOASSERTS is not set
# SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG is not set
# SUPPORT_LD_DEBUG_EARLY is not set # SUPPORT_LD_DEBUG_EARLY is not set
WARNINGS="-Wall"
# UCLIBC_MJN3_ONLY is not set # UCLIBC_MJN3_ONLY is not set