summaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2024-07-19 16:53:29 +0200
committerNico Huber <nico.h@gmx.de>2024-07-23 09:36:32 +0000
commit0c1897e4fd40b72a7096848a5b65151a9d85ab97 (patch)
treee2f686d7564689a25cb561f700e9c45bafbeacf1 /util/xcompile
parentd8bed2d001e8882850643230a45a7dc362e8e368 (diff)
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 <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83577 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util/xcompile')
-rwxr-xr-xutil/xcompile/xcompile1
1 files changed, 0 insertions, 1 deletions
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