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