From d6577e1cb89ba3b04eab2804627343bbad175a72 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 25 Jan 2016 18:16:14 +0100 Subject: xcompile: fill in power8 64bit LE Change-Id: Id0316042f665ec9c095887cf6a37a7949ed8e861 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13421 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- util/xcompile/xcompile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index c9c91b9bc0..b0199ebeb9 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -341,13 +341,13 @@ arch_config_mipsel() { } arch_config_power8() { - TARCH="powerpc" - TBFDARCHS="powerpc" - TCLIST="powerpc" + TARCH="power8" + TBFDARCHS="powerpcle" + TCLIST="powerpc64 powerpc64le" TWIDTH="64" TSUPP="power8" - TABI="elf" - CC_RT_EXTRA_GCC="-mcpu=power8" + TABI="linux" # there is no generic ABI on ppc64 + CC_RT_EXTRA_GCC="-mcpu=power8 -mlittle-endian" } test_architecture() { -- cgit v1.2.3