From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2] raisin: enable ovmf build for arm64 Date: Wed, 14 Oct 2015 23:17:53 +0100 Message-ID: <561ED491.3000401@citrix.com> References: <1444838247-30253-2-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444838247-30253-2-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Stefano, On 14/10/2015 16:57, Stefano Stabellini wrote: > - make -C BaseTools/Source/C > - OvmfPkg/build.sh -a X64 -b RELEASE -n 4 > - cp Build/OvmfX64/RELEASE_GCC*/FV/OVMF.fd ovmf.bin > + make -C BaseTools > + > + if [[ $RAISIN_ARCH = "arm64" ]] > + then > + # Just use gcc4.8 flags for now: we have to specify a gcc > + # version and the 4.8 flags are almost identical to 4.9, etc. It would have been nice to mention that the downside is we always use the large model (see [1]). Regards, [1] http://lists.xen.org/archives/html/xen-devel/2015-10/msg01450.html -- Julien Grall