소스 검색

ARC: Disable obstack

Obstack was enabled in ARC defconfig to enable builds of native binutils and
GDB. This is not needed after earlier patch which removes invalid
_GNU_OBSTACK_INTERFACE_VERSION definition in cases when obstack is not
selected in uClibc configuration. With this change binutils and GDB would
use obstack implementation from their own source trees. In fact with recent
binutils it is not possible to build it using obstack implementation in
uClibc, because binutils/include/obstack.h started to use _obstack_free
function instead of obstack_free, but _obstack_free is not defined in
uClibc.

Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Anton Kolesov 8 년 전
부모
커밋
a3bc533a1a
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      extra/Configs/defconfigs/arc/arcv2_defconfig
  2. 0 1
      extra/Configs/defconfigs/arc/defconfig

+ 0 - 1
extra/Configs/defconfigs/arc/arcv2_defconfig

@@ -9,7 +9,6 @@ LDSO_RUNPATH=y
 # LDSO_SAFE_RUNPATH is not set
 UCLIBC_HAS_THREADS_NATIVE=y
 PTHREADS_DEBUG_SUPPORT=y
-UCLIBC_HAS_OBSTACK=y
 UCLIBC_HAS_UTMPX=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_SUSV2_LEGACY=y

+ 0 - 1
extra/Configs/defconfigs/arc/defconfig

@@ -8,7 +8,6 @@ LDSO_RUNPATH=y
 # LDSO_SAFE_RUNPATH is not set
 UCLIBC_HAS_THREADS_NATIVE=y
 PTHREADS_DEBUG_SUPPORT=y
-UCLIBC_HAS_OBSTACK=y
 UCLIBC_HAS_UTMPX=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_SUSV2_LEGACY=y