diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-13 08:32:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-13 08:33:23 +0200 |
commit | 9a225646899b230a7e501ac98cad8d481ea09d7c (patch) | |
tree | 09583007fc36a7ec6f144a3fed74a25a4cc6ca60 | |
parent | 59051497c442d98738bf276e8d217eb6d5396152 (diff) |
use MALLOC_STANDARD, MALLOC does not compile
-rw-r--r-- | target/or1k/uclibc.config | 6 |
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 |