From patchwork Fri Oct 28 11:03:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 79903 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp1111268qge; Fri, 28 Oct 2016 04:04:16 -0700 (PDT) X-Received: by 10.55.16.134 with SMTP id 6mr12251976qkq.76.1477652656803; Fri, 28 Oct 2016 04:04:16 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u123si7911901qkc.283.2016.10.28.04.04.16; Fri, 28 Oct 2016 04:04:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 6315161E48; Fri, 28 Oct 2016 11:04:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 2D49F60BF7; Fri, 28 Oct 2016 11:04:13 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C822B60BF7; Fri, 28 Oct 2016 11:04:10 +0000 (UTC) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by lists.linaro.org (Postfix) with ESMTPS id 7137560CAE for ; Fri, 28 Oct 2016 11:03:43 +0000 (UTC) Received: by mail-wm0-f53.google.com with SMTP id 140so70303912wmv.0 for ; Fri, 28 Oct 2016 04:03:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8EBoDCYJOHj3KpM+EZbnhlCykZZ2WOWcog0EcffsBcs=; b=PoFnyBMQJzZQn0iFa9qQbZah1PNlJSdl8WWHkAD8UX0P9ZC0FK3hsjAiR1xweJn39X MHuaHWzSExEqa747fbUW9WhjAfejKY8miw/e3Qtic3ggVKizT8uE9G4r670telRvD4s8 J04vX2kUl/18j1CQ+xlbGHWY9jSqXiw6YzWtd1d2o3fIgLJx59rKPOcpL2ikPGGngMuN Kv4xIEYe68Pg89aGR0D9XmkpOMBCwsRQyGeGnO9u88Rg3t4bHH3BPo/Q+LaELnzDeD9e As33rDvJ211N3Zju7q537bfXPogmpPzS7uiUhm2CHzJrBWDO8KSG3ih2MHh6UVaSlQiS 0YsQ== X-Gm-Message-State: ABUngvebFw7l4BIGBsehkE+/sh9YTAs43FTQ+WYEPIJeD6+qEnIaXQGUKdlN6T/z1+dudUNZYgc= X-Received: by 10.28.185.147 with SMTP id j141mr3348281wmf.108.1477652619135; Fri, 28 Oct 2016 04:03:39 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id 71sm8292501wmo.7.2016.10.28.04.03.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Oct 2016 04:03:38 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Fri, 28 Oct 2016 12:03:19 +0100 Message-Id: <1477652599-26330-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477652599-26330-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477652599-26330-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 3/3] Platforms/ARM/Juno: set -march=armv8-a for 32-bit GCC build X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Set the architecture to ARMv8-A for the 32-bit build. Note that this is GCC only, RVCT currently has no way of setting this option. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platforms/ARM/Juno/ArmJuno.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index 154de2cd8797..4080c0bc7bd6 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -68,6 +68,7 @@ [BuildOptions] *_*_*_PLATFORM_FLAGS = -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmJunoPkg/Include + GCC:*_*_ARM_PLATFORM_FLAGS = -march=armv8-a ################################################################################ #