diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 03:44:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 03:44:22 +0100 |
commit | d4670f2669b973a017f9f6a9edd9d6fb517bd7d4 (patch) | |
tree | 9d2838a1546355081edb4b93ec5f7b4c0c3aecf1 /target/metag | |
parent | 4841662fcd2519904f957f02a693dc6e14155c2f (diff) |
uClibc-ng: switch to malloc-standard as default for MMU. applications like kodi crashing with malloc
Diffstat (limited to 'target/metag')
-rw-r--r-- | target/metag/uclibc-ng.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/metag/uclibc-ng.config b/target/metag/uclibc-ng.config index 577a093a2..fe69c62d0 100644 --- a/target/metag/uclibc-ng.config +++ b/target/metag/uclibc-ng.config @@ -87,7 +87,7 @@ UCLIBC_HAS_SYSLOG=y # MALLOC is not set # MALLOC_SIMPLE is not set MALLOC_STANDARD=y -# MALLOC_GLIBC_COMPAT is not set +MALLOC_GLIBC_COMPAT=y # UCLIBC_HAS_OBSTACK is not set UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y |