[git commit] ARC: Enable OBSTACK in defconfig for ARC
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Mon Aug 18 10:09:42 UTC 2014
commit: http://git.uclibc.org/uClibc/commit/?id=be103d1440c77527ac95de1f8b5a0dabc415a000
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
OBSTACK is required for native builds of binutils and GDB.
Signed-off-by: Anton Kolesov <Anton.Kolesov at synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
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 23058f3..840c59f 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
More information about the uClibc-cvs
mailing list