summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-22 13:00:55 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-22 13:00:55 +0100
commit3b568dff71e31652af0cedb8eca16faeb0787fe9 (patch)
tree27f5663ce3c42f0034815395130106723373f88b /target
parent7c58184046398e0c9422ee528f7740186532a82f (diff)
for uClinux m68k we need to use MALLOC_STANDARD for uClibc-ng 1.0
Diffstat (limited to 'target')
-rw-r--r--target/m68k/uclibc.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config
index 164e97c2d..b2da81c40 100644
--- a/target/m68k/uclibc.config
+++ b/target/m68k/uclibc.config
@@ -90,9 +90,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