diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-16 17:55:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-16 17:55:39 +0100 |
commit | 1db1da9e33bc74cb3e9b2e04f26f3da40c337126 (patch) | |
tree | 85e03cf34c5c31dd9e8fb932df0251f8ab66dcf8 /target/sh | |
parent | 4c377896ca6167f5791ee4f8194a1d12e0a643ec (diff) |
disable uClibc-ng obstack, gdb/binutils has its own copy
Diffstat (limited to 'target/sh')
-rw-r--r-- | target/sh/uclibc-ng.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sh/uclibc-ng.config b/target/sh/uclibc-ng.config index d82ed1e39..cc5417219 100644 --- a/target/sh/uclibc-ng.config +++ b/target/sh/uclibc-ng.config @@ -90,7 +90,7 @@ MALLOC=y # MALLOC_SIMPLE is not set # MALLOC_STANDARD is not set MALLOC_GLIBC_COMPAT=y -UCLIBC_HAS_OBSTACK=y +# UCLIBC_HAS_OBSTACK is not set UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y UCLIBC_HAS_UTMPX=y |