From b1619be7fae74c157476f62ea509aed028abe5f6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Feb 2015 23:16:58 -0600 Subject: rework CFLAGS and default gcc --with-cpu usage For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. --- target/avr32/uclibc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/avr32/uclibc.config') 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 -- cgit v1.2.3