Message ID | 1406916986-7976-1-git-send-email-Anton.Kolesov@synopsys.com |
---|---|
State | Accepted |
Headers | show |
On 08/01/14 14:16, Anton Kolesov wrote: > OBSTACK is required for native builds of binutils and GDB. > > Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> > --- > extra/Configs/defconfigs/arc/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/extra/Configs/defconfigs/arc/defconfig b/extra/Configs/defconfigs/arc/defconfig > index 2835656..db4308f 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 > LINUXTHREADS_OLD=y > PTHREADS_DEBUG_SUPPORT=y > +UCLIBC_HAS_OBSTACK=y > UCLIBC_SUSV2_LEGACY=y > UCLIBC_SUSV3_LEGACY=y > UCLIBC_SUSV4_LEGACY=y > Yes, this is a good idea. Also coreutils (if you're not using busybox). On more than one occasion I've hit this and broken a system.
On Fri, Aug 01, 2014 at 10:16:26PM +0400, Anton Kolesov wrote:
> OBSTACK is required for native builds of binutils and GDB.
you should not need SUSv2 support per default (ant v3 neither)..
Applied, thanks!
diff --git a/extra/Configs/defconfigs/arc/defconfig b/extra/Configs/defconfigs/arc/defconfig index 2835656..db4308f 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 LINUXTHREADS_OLD=y PTHREADS_DEBUG_SUPPORT=y +UCLIBC_HAS_OBSTACK=y UCLIBC_SUSV2_LEGACY=y UCLIBC_SUSV3_LEGACY=y UCLIBC_SUSV4_LEGACY=y
OBSTACK is required for native builds of binutils and GDB. Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> --- extra/Configs/defconfigs/arc/defconfig | 1 + 1 file changed, 1 insertion(+)