From c83769bd3a6d4cc6a12510665c067b4c3e2fa28b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 20 Feb 2015 11:49:20 -0600 Subject: use MALLOC with GLIBC_COMPAT for all archs Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git. --- target/mips64/uclibc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/mips64') diff --git a/target/mips64/uclibc.config b/target/mips64/uclibc.config index 3688679f9..08733cb93 100644 --- a/target/mips64/uclibc.config +++ b/target/mips64/uclibc.config @@ -97,9 +97,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 -- cgit v1.2.3