summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-13 03:44:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-13 03:44:22 +0100
commitd4670f2669b973a017f9f6a9edd9d6fb517bd7d4 (patch)
tree9d2838a1546355081edb4b93ec5f7b4c0c3aecf1 /target/x86_64
parent4841662fcd2519904f957f02a693dc6e14155c2f (diff)
uClibc-ng: switch to malloc-standard as default for MMU. applications like kodi crashing with malloc
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/uclibc-ng.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86_64/uclibc-ng.config b/target/x86_64/uclibc-ng.config
index 244e04697..5bb03e7c4 100644
--- a/target/x86_64/uclibc-ng.config
+++ b/target/x86_64/uclibc-ng.config
@@ -85,9 +85,9 @@ UCLIBC_HAS_THREADS=y
UCLIBC_HAS_TLS=y
PTHREADS_DEBUG_SUPPORT=y
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