summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-13 08:32:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-13 08:33:23 +0200
commit9a225646899b230a7e501ac98cad8d481ea09d7c (patch)
tree09583007fc36a7ec6f144a3fed74a25a4cc6ca60 /target
parent59051497c442d98738bf276e8d217eb6d5396152 (diff)
use MALLOC_STANDARD, MALLOC does not compile
Diffstat (limited to 'target')
-rw-r--r--target/or1k/uclibc.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/or1k/uclibc.config b/target/or1k/uclibc.config
index cdb1b32b0..79a328e8e 100644
--- a/target/or1k/uclibc.config
+++ b/target/or1k/uclibc.config
@@ -73,10 +73,10 @@ HAS_NO_THREADS=y
# LINUXTHREADS_OLD is not set
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_GLIBC_COMPAT is not set
+MALLOC_STANDARD=y
+MALLOC_GLIBC_COMPAT=y
UCLIBC_HAS_OBSTACK=y
UCLIBC_DYNAMIC_ATEXIT=y
COMPAT_ATEXIT=y