diff options
Diffstat (limited to 'target/microblaze/uclibc.config')
-rw-r--r-- | target/microblaze/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/microblaze/uclibc.config b/target/microblaze/uclibc.config index 2062617f6..79450dac8 100644 --- a/target/microblaze/uclibc.config +++ b/target/microblaze/uclibc.config @@ -67,9 +67,9 @@ HAS_NO_THREADS=y # PTHREADS_DEBUG_SUPPORT is not set 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 |