diff options
author | Anton Kolesov <Anton.Kolesov@synopsys.com> | 2014-08-01 22:16:26 +0400 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-08-18 12:09:42 +0200 |
commit | be103d1440c77527ac95de1f8b5a0dabc415a000 (patch) | |
tree | 57c5b9d523e27c53927dc5d09c24096a004dc07f /extra/Configs | |
parent | 2d9740a65a81fe050f99479c2a2f38b6a3198a8e (diff) |
ARC: Enable OBSTACK in defconfig for ARC
OBSTACK is required for native builds of binutils and GDB.
Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/defconfigs/arc/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/defconfigs/arc/defconfig b/extra/Configs/defconfigs/arc/defconfig index 23058f353..840c59f0e 100644 --- a/extra/Configs/defconfigs/arc/defconfig +++ b/extra/Configs/defconfigs/arc/defconfig @@ -8,6 +8,7 @@ LDSO_RUNPATH=y # LDSO_SAFE_RUNPATH is not set UCLIBC_HAS_THREADS_NATIVE=y PTHREADS_DEBUG_SUPPORT=y +UCLIBC_HAS_OBSTACK=y UCLIBC_SUSV2_LEGACY=y UCLIBC_SUSV3_LEGACY=y UCLIBC_SUSV4_LEGACY=y |