diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-23 15:03:14 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-25 11:25:55 -0600 |
commit | 837de2988b8b5c97e42b91ffc8c59ea84102f42a (patch) | |
tree | c7ad5e4257f4d57f5c02c292e5346a484202d2e1 /target/cris | |
parent | ced1d8d2698cbf3a9422716d85a112bf2087cfd7 (diff) |
another special handling for cris
malloc needs to be fixed for linuxthreads in uClibc-ng git.
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/cris/uclibc.config b/target/cris/uclibc.config index 5d952788d..6911ce9cc 100644 --- a/target/cris/uclibc.config +++ b/target/cris/uclibc.config @@ -89,9 +89,9 @@ UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y -MALLOC=y +# MALLOC=y # 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 |