Hi Anton,
Anton Kolesov wrote,
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.
Thanks for the patch. Can you tell us the version when native
binutils fails to build?
I regulary testing native binutils compile for different
architectures and haven't seen the failure, yet.
UCLIBC_HAS_OBSTACK is always enabled in my config.
best regards
Waldemar