diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 15:15:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 16:20:09 +0200 |
commit | f9bd39fff94701852a497a10fd0cb15e06fd0f14 (patch) | |
tree | 60b1c436f5ce1a6f6762e13757ab2def21f4896e /target/m68k | |
parent | 98098a8d1fb9aafc55358e1252f3c8270c749d47 (diff) |
use malloc standard
Diffstat (limited to 'target/m68k')
-rw-r--r-- | target/m68k/uclibc-nommu.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/m68k/uclibc-nommu.config b/target/m68k/uclibc-nommu.config index 49c804c17..227ebf389 100644 --- a/target/m68k/uclibc-nommu.config +++ b/target/m68k/uclibc-nommu.config @@ -73,9 +73,9 @@ HAS_NO_THREADS=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set -MALLOC_SIMPLE=y -# MALLOC_STANDARD is not set -# MALLOC_GLIBC_COMPAT is not set +# MALLOC_SIMPLE is not set +MALLOC_STANDARD=y +MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y UCLIBC_SUSV3_LEGACY=y |