]> Git Repo - buildroot-mgba.git/blobdiff - sources/uClibc.config-locale
Enable building <arch>-linux-uclibc toolchains. Note that, due to config
[buildroot-mgba.git] / sources / uClibc.config-locale
index 83e5b8ef66fd33f32eff29d8a0e64bf05bf92afc..f3219a2459f39b7021578c92df1f51868c1b8c3f 100644 (file)
@@ -38,18 +38,20 @@ HAVE_DOT_CONFIG=y
 DOPIC=y
 HAVE_SHARED=y
 BUILD_UCLIBC_LDSO=y
+# UCLIBC_PIE_SUPPORT is not set
 LDSO_LDD_SUPPORT=y
 UCLIBC_CTOR_DTOR=y
+# UCLIBC_PROPOLICE is not set
 # UCLIBC_PROFILING is not set
 UCLIBC_HAS_THREADS=y
 PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
-MALLOC_930716=y
+MALLOC_STANDARD=y
 MALLOC_GLIBC_COMPAT=y
 UCLIBC_DYNAMIC_ATEXIT=y
 HAS_SHADOW=y
-UNIX98PTY_ONLY=y
+# UNIX98PTY_ONLY is not set
 ASSUME_DEVPTS=y
 UCLIBC_HAS_TM_EXTENSIONS=y
 UCLIBC_HAS_TZ_CACHING=y
@@ -60,9 +62,9 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ"
 #
 # Networking Support
 #
-# UCLIBC_HAS_IPV6 is not set
+UCLIBC_HAS_IPV6=y
 UCLIBC_HAS_RPC=y
-# UCLIBC_HAS_FULL_RPC is not set
+UCLIBC_HAS_FULL_RPC=y
 
 #
 # String and Stdio Support
@@ -111,7 +113,7 @@ UCLIBC_HAS_GNU_GETOPT=y
 # Big and Tall
 #
 UCLIBC_HAS_REGEX=y
-# UCLIBC_HAS_WORDEXP is not set
+UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
 
@@ -125,8 +127,9 @@ DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
 #
 # uClibc development/debugging options
 #
-# DODEBUG is not set
-# DOASSERTS is not set
+DODEBUG=y
+DOASSERTS=y
 # SUPPORT_LD_DEBUG is not set
 # SUPPORT_LD_DEBUG_EARLY is not set
-# UCLIBC_MJN3_ONLY is not set
+UCLIBC_MJN3_ONLY=y
+UCLIBC_MJN3_DEVEL=y
This page took 0.0281 seconds and 4 git commands to generate.