summaryrefslogtreecommitdiff
path: root/target/sparc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-20 11:49:20 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-20 11:49:20 -0600
commitc83769bd3a6d4cc6a12510665c067b4c3e2fa28b (patch)
tree3aca57a579cbeca90ae9e28d9eb9e60957288c39 /target/sparc
parenta3f2ba1b546e90bcbc863560823f62884ff5b4f7 (diff)
use MALLOC with GLIBC_COMPAT for all archs
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
Diffstat (limited to 'target/sparc')
-rw-r--r--target/sparc/uclibc.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config
index 9c6471947..7a67b880b 100644
--- a/target/sparc/uclibc.config
+++ b/target/sparc/uclibc.config
@@ -92,9 +92,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