From patchwork Fri Mar 6 18:24:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1250551 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-110350-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.a=rsa-sha1 header.s=default header.b=WRBvgUMY; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.a=rsa-sha256 header.s=mail header.b=WGrU80nN; 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 48YwyY35Mwz9sPJ for ; Sat, 7 Mar 2020 05:25:09 +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-transfer-encoding; q=dns; s= default; b=fmizgvGVlWhIB2FqQkqaPmuVvKaHgmhurSxbvTRp+st9ntzuibjk9 OAiB23UyE+JBBM3OcnF45xzO62kajv8nYTC4hv6Fj7+Dze4i93YcJD9UoyNgZk1F KZfJt5/Dev8aIxv4gPGOt2y6STfjgaVFiZwhKENWQcvkiTeMv4EQ5c= 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-transfer-encoding; s=default; bh=xOf6diLDwIICwy8sNSkfBthKedI=; b=WRBvgUMYcS2rLGKHy2LTxRbLVd+k WVDSo1qst6o9WrTOI8CNRskVM+uYAmNVvSDkfHTHCuOHxO56oBHwbT1IeM9mDaMr AnQ29C8XBtpsUqQk71x1N4mWV1tZC85Ir6DpzWexusLNM+xCtn7cislTLRk+7oIa 6PaW/eN8OiK2b5A= Received: (qmail 123575 invoked by alias); 6 Mar 2020 18:24:51 -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 123418 invoked by uid 89); 6 Mar 2020 18:24:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1029, HContent-Transfer-Encoding:8bit X-HELO: smtprelay-out1.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1583519068; bh=ihQ1698NNIVP41Yi1yz+GD4LkKgoWQY3B6kXKGGmPLM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WGrU80nN1Njm6T+/VPEZx5PPprGsUb98GWW3M84VSg96C4ZaBjJQgpDrcTvY7Pd4a At5RlnfOV+EfwsqqtcSR2DRJ5bo2FU1PAZO33VgtlJvrLFAxi7vqW8aVfLXwypxQXW /ufgNNw3V6t/OV+1dnfQrYRsTF3jojLD3zKn48QsMP9AGthI7viNPW7+eF3QxAyh6U bJUibvcncb26n7xq9yOXcQQ4r3eVY29fWOsoTNwVWaoiEOv00dbLeKN789dPi4rPnn kvg6pLU8dwLrW3cq7O6V7QXFc14NfWuCOfURRkChwTyUL6lsWH5FYLHGwrle04v8S3 wuVajrZcHFqsg== From: Vineet Gupta To: libc-alpha@sourceware.org Cc: linux-snps-arc@lists.infradead.org, Vineet Gupta Subject: [PATCH v3 15/17] build-many-glibcs.py: Enable ARC builds Date: Fri, 6 Mar 2020 10:24:17 -0800 Message-Id: <20200306182419.13945-16-vgupta@synopsys.com> In-Reply-To: <20200306182419.13945-1-vgupta@synopsys.com> References: <20200306182419.13945-1-vgupta@synopsys.com> MIME-Version: 1.0 Signed-off-by: Vineet Gupta --- scripts/build-many-glibcs.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 0f6c4a5e3a08..011a30494e1a 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -162,6 +162,12 @@ 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=hs38']) + self.add_config(arch='arc', + os_name='linux-gnuhf', + gcc_cfg=['--disable-multilib', '--with-cpu=hs38_linux']) self.add_config(arch='alpha', os_name='linux-gnu') self.add_config(arch='arm', @@ -1239,6 +1245,7 @@ def install_linux_headers(policy, cmdlist): """Install Linux kernel headers.""" arch_map = {'aarch64': 'arm64', 'alpha': 'alpha', + 'arc': 'arc', 'arm': 'arm', 'csky': 'csky', 'hppa': 'parisc',