diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-12 14:23:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-12 14:23:35 +0100 |
commit | 1269cb2d95d50ebb1d7cc1a42d258532a2f30216 (patch) | |
tree | 316f0c9f9bc4bfe998bd0c02136c9659de0b72fc | |
parent | 263eccfd038ec697fbb020fd5dbe4178e6efc4ea (diff) |
sync config with other archs
-rw-r--r-- | target/microblaze/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/microblaze/uclibc.config b/target/microblaze/uclibc.config index fd82cc013..2062617f6 100644 --- a/target/microblaze/uclibc.config +++ b/target/microblaze/uclibc.config @@ -70,8 +70,8 @@ UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set MALLOC_STANDARD=y -# MALLOC_GLIBC_COMPAT is not set -# UCLIBC_HAS_OBSTACK is not set +MALLOC_GLIBC_COMPAT=y +UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y # COMPAT_ATEXIT is not set UCLIBC_SUSV2_LEGACY=y |