From patchwork Fri Aug 1 18:16:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Kolesov X-Patchwork-Id: 375845 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BD1411400E7 for ; Sat, 2 Aug 2014 04:16:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 289AA8BF1B; Fri, 1 Aug 2014 18:16:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hTXFRLT_21z6; Fri, 1 Aug 2014 18:16:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF4028BF19; Fri, 1 Aug 2014 18:16:44 +0000 (UTC) X-Original-To: uclibc@lists.busybox.net Delivered-To: uclibc@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1E3B31BFA2E for ; Fri, 1 Aug 2014 18:16:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1A2948CE6B for ; Fri, 1 Aug 2014 18:16:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G23z8jNGIXpv for ; Fri, 1 Aug 2014 18:16:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtprelay.synopsys.com (us01smtprelay-2.synopsys.com [198.182.44.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 79F3B8C0F1 for ; Fri, 1 Aug 2014 18:16:42 +0000 (UTC) Received: from us01secmta1.synopsys.com (us01secmta1.synopsys.com [10.9.203.100]) by smtprelay.synopsys.com (Postfix) with ESMTP id A147024E0B2B for ; Fri, 1 Aug 2014 11:16:41 -0700 (PDT) Received: from us01secmta1.internal.synopsys.com (us01secmta1.internal.synopsys.com [127.0.0.1]) by us01secmta1.internal.synopsys.com (Service) with ESMTP id 8522827113 for ; Fri, 1 Aug 2014 11:16:41 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.9.202.240]) by us01secmta1.internal.synopsys.com (Service) with ESMTP id 6687827102 for ; Fri, 1 Aug 2014 11:16:41 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 5C0A7C0E; Fri, 1 Aug 2014 11:16:41 -0700 (PDT) Received: from akolesov-lab.internal.synopsys.com (akolesov-lab.internal.synopsys.com [10.121.8.134]) by mailhost.synopsys.com (Postfix) with ESMTP id 50CCEC0D; Fri, 1 Aug 2014 11:16:40 -0700 (PDT) From: Anton Kolesov To: uclibc@uclibc.org Subject: [PATCH] ARC: Enable OBSTACK in defconfig for ARC Date: Fri, 1 Aug 2014 22:16:26 +0400 Message-Id: <1406916986-7976-1-git-send-email-Anton.Kolesov@synopsys.com> X-Mailer: git-send-email 1.8.4.1 Cc: arc-linux-dev@synopsys.com X-BeenThere: uclibc@uclibc.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion and development of uClibc \(the embedded C library\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: uclibc-bounces@uclibc.org Sender: uclibc-bounces@uclibc.org OBSTACK is required for native builds of binutils and GDB. Signed-off-by: Anton Kolesov --- 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