From 3bff5d906423fa4ac3bc3877f0f82dfa8426e86f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 19 Nov 2014 18:36:37 +0100 Subject: crossgcc: Add buildsystem support for aarch64 compiler This adds the crosstools-aarch64 and crossgcc-aarch64 make rules to create a toolchain (with or without gdb) for AArch64 targets. Also adapt xcompile, since it's aarch64-elf. Change-Id: I6fbe09d44ee8b8493d3cd8dbbba869b409e311f7 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/7527 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- util/xcompile/xcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/xcompile') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 7bb6e4c93d..45dae8c1e8 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -184,7 +184,7 @@ arch_config_aarch64() { TBFDARCH="littleaarch64" TCLIST="aarch64" TWIDTH="64" - TABI="eabi" + TABI="elf" } arch_config_riscv() { -- cgit v1.2.3