diff options
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/uclibc.config b/target/x86/uclibc.config index 777138049..916f84e70 100644 --- a/target/x86/uclibc.config +++ b/target/x86/uclibc.config @@ -93,9 +93,9 @@ UCLIBC_HAS_TLS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y -# MALLOC is not set +MALLOC=y # MALLOC_SIMPLE is not set -MALLOC_STANDARD=y +# MALLOC_STANDARD is not set MALLOC_GLIBC_COMPAT=y UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y |