From f3d8b9a6630164b707e89f2c3f2c1129f60447f3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 17 Feb 2015 11:11:55 +0100 Subject: xcompile: specify arm64 subarches This tells abuild that it can in fact build arm64 images. Change-Id: I47695372053513ca039e118776aa904ea0afa21d Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/8474 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/xcompile/xcompile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/xcompile') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 47e433878c..ea2eb47f73 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -184,6 +184,7 @@ arch_config_arm64() { TBFDARCH="littleaarch64" TCLIST="aarch64" TWIDTH="64" + TSUPP="arm64 armv8_64" TABI="elf" } @@ -207,6 +208,7 @@ test_architecture() { architecture=$1 GCCPREFIX="invalid" + unset TARCH TBFDARCH TCLIST TWIDTH TSUPP TABI if type arch_config_$architecture > /dev/null; then arch_config_$architecture else -- cgit v1.2.3