From patchwork Wed Jan 30 01:25:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1033184 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-99615-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="tYRRWu0C"; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="Q49hfsPR"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43q5VV0llyz9sBQ for ; Wed, 30 Jan 2019 12:33:37 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=gcUdN 0YhWOEbL+YY5hjWaFniPHG6hduIHdz3f0N0808SYlCi3F0QHwhyO6s3V0U1SuV5V pff6jfz6riP8NzHnM+lDdTInpoEF7kMcQRbhtQQ2daYci9oVSTHecMls7U6QW2At BhJnz3i6RiW2vsIRv3Wp5YQncDtjsa1KWtDyRY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; s=default; bh=9NssC9oqprx 4Yk/6kFGXu++TVTs=; b=tYRRWu0CRhFY4y2cv3WZaGRTeI0MHBBp5Tmc0q64jAS mom5icoDFs6H05+QyDcH/7gM3OGrSeJRDlQJqVZ8HNyYq5LgXSx6+i/pdvRe9xwR ixzs8xkNz0PXsJFsXdeIWf949FaC/abUSjeP/K8Qx6l62ypfoLfq9+AYXdM1sYj8 = Received: (qmail 23072 invoked by alias); 30 Jan 2019 01:33:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 23046 invoked by uid 89); 30 Jan 2019 01:33:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1548812000; bh=Wauk9rxpLag2lT2EMN6L+eBbJPvgzMHXMONCPTWupAo=; h=From:To:CC:Subject:Date:In-Reply-To:References:From; b=Q49hfsPRyzRDJoOUla/wT/dKpXSW+yO7SKeKURSNZ03VbzbwBtdWJBr9YIxAGy7bW fx41udMmqKW6PZ3bAnZq2ACYSfzX+u+m6RRwe6nAZMXuHzy177veWRQCqPPmNSFaLB w6J4mSroWKWBShjxHvaDyBQHy2F/P4zezNQZjYTgBz61v1L/p3xsDr8EgHeDWDvdr6 JQKH4MVE1UZySA0ktM/j7oOvBF7KqIH1AJSV3Z5c89XKNuoPmsa9z8yzhrBkd0p3Yp UQlS53EBIyeKh40jWWTVOIfbiijIJCINtru4T6Nk2QqF5oHrdpVNl38f/YQVYe0Oek oYc6DdOTANOAA== From: Vineet Gupta To: CC: , Vineet Gupta Subject: [PATCH v2 13/15] build-many-glibcs.py: Enable ARC builds Date: Tue, 29 Jan 2019 17:25:53 -0800 Message-ID: <1548811555-24373-14-git-send-email-vgupta@synopsys.com> In-Reply-To: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> References: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Signed-off-by: Vineet Gupta --- ChangeLog | 1 + scripts/build-many-glibcs.py | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d8ecb7d233c5..63418806d331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -99,6 +99,7 @@ * sysdeps/unix/sysv/linux/arc/configure: New file. * sysdeps/unix/sysv/linux/arc/configure.ac: New file. * sysdeps/unix/sysv/linux/arc/shlib-versions: New file. + * scripts/build-many-glibcs.py: Enable building for ARC. 2019-01-25 Siddhesh Poyarekar diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 025876486a35..40bf9398d48d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -155,6 +155,9 @@ class Context(object): 'cfg': ['--disable-multi-arch']}]) self.add_config(arch='aarch64_be', os_name='linux-gnu') + self.add_config(arch='arc', + os_name='linux-gnu', + gcc_cfg=['--disable-multilib', '--with-cpu=archs']) self.add_config(arch='alpha', os_name='linux-gnu') self.add_config(arch='arm', @@ -1265,6 +1268,7 @@ class Config(object): def install_linux_headers(self, cmdlist): """Install Linux kernel headers.""" arch_map = {'aarch64': 'arm64', + 'arc': 'arc', 'alpha': 'alpha', 'arm': 'arm', 'csky': 'csky',