diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 16:03:22 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 16:03:42 -0500 |
commit | 977e95a39bf55805b5b3cb770ba9483939dd4087 (patch) | |
tree | 69a668c34723a3a00f977c0082df7d2a05362de5 /target/microblaze | |
parent | a198c67dc27ccb218ccc5a0577309933b9a89d67 (diff) |
enable microblaze for uClibc-ng for testing
Diffstat (limited to 'target/microblaze')
-rw-r--r-- | target/microblaze/uclibc-ng.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/microblaze/uclibc-ng.config b/target/microblaze/uclibc-ng.config index 7ec0d13c8..f3e903a19 100644 --- a/target/microblaze/uclibc-ng.config +++ b/target/microblaze/uclibc-ng.config @@ -75,9 +75,7 @@ HAS_NO_THREADS=y # UCLIBC_HAS_LINUXTHREADS is not set UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y -# MALLOC is not set -# MALLOC_SIMPLE is not set -MALLOC_STANDARD=y +MALLOC=y MALLOC_GLIBC_COMPAT=y UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y |