diff mbox

ARC: Enable OBSTACK in defconfig for ARC

Message ID 1406916986-7976-1-git-send-email-Anton.Kolesov@synopsys.com
State Accepted
Headers show

Commit Message

Anton Kolesov Aug. 1, 2014, 6:16 p.m. UTC
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(+)

Comments

Anthony Basile Aug. 13, 2014, 1:28 p.m. UTC | #1
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.
Bernhard Reutner-Fischer Aug. 18, 2014, 10:10 a.m. UTC | #2
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 mbox

Patch

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