From d4670f2669b973a017f9f6a9edd9d6fb517bd7d4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 Dec 2016 03:44:13 +0100 Subject: uClibc-ng: switch to malloc-standard as default for MMU. applications like kodi crashing with malloc --- target/nios2/uclibc-ng.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/nios2/uclibc-ng.config') diff --git a/target/nios2/uclibc-ng.config b/target/nios2/uclibc-ng.config index d8bb9da21..d50301ee9 100644 --- a/target/nios2/uclibc-ng.config +++ b/target/nios2/uclibc-ng.config @@ -68,9 +68,9 @@ UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y # PTHREADS_DEBUG_SUPPORT is not set UCLIBC_HAS_SYSLOG=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 is not set UCLIBC_DYNAMIC_ATEXIT=y -- cgit v1.2.3