From 0c1897e4fd40b72a7096848a5b65151a9d85ab97 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 19 Jul 2024 16:53:29 +0200 Subject: [PATCH] xcompile: Drop CC_RT_EXTRA_GCC for PPC64 It looks like some unused artifact: The PPC64 Makefile.mk doesn't pick it up. Also, the only other architecture using this (x86) has linker flags there, not compiler flags. Change-Id: I734542db9ee5b62d9a39d303d4092cd83dfef54b Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/83577 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- util/xcompile/xcompile | 1 - 1 file changed, 1 deletion(-) diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 3948811782..b3012b5eca 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -415,7 +415,6 @@ arch_config_ppc64() { TWIDTH="64" TSUPP="ppc64" TABI="linux-gnu" # there is no generic ABI on ppc64 - CC_RT_EXTRA_GCC="-mcpu=power8 -mbig-endian" } # Right now, the clang reference toolchain is not building compiler-rt builtins