diff options
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r-- | sources/uClibc.config | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index ac47a7381..73a3b53f2 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -38,8 +38,10 @@ 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 @@ -61,9 +63,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 @@ -120,8 +122,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 |