Skip to content

Commit baebe16

Browse files
committed
clang-legacy.bbclass: Unbolt rpi3/rpi4 workaround
This should be part of default tune infra in core Signed-off-by: Khem Raj <[email protected]>
1 parent 38931ef commit baebe16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

classes/clang-legacy.bbclass

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ TUNE_CCARGS:append:toolchain-clang = "${@bb.utils.contains_any("TUNE_FEATURES",
2323
TUNE_CCARGS:append:toolchain-clang = "${@bb.utils.contains_any("TUNE_FEATURES", "cortexa72-cortexa35", " -mcpu=cortex-a35${TUNE_CCARGS_MARCH_OPTS}", "", d)}"
2424
TUNE_CCARGS:append:toolchain-clang = "${@bb.utils.contains_any("TUNE_FEATURES", "cortexa75-cortexa55 cortexa76-cortexa55", " -mcpu=cortex-a55${TUNE_CCARGS_MARCH_OPTS}", "", d)}"
2525

26-
# Workaround for https://github.com/llvm/llvm-project/issues/85699
27-
# needed for 64bit rpi3/rpi4 machines
28-
TUNE_CCARGS_MARCH_OPTS:append:toolchain-clang = "${@bb.utils.contains_any("DEFAULTTUNE", "cortexa72 cortexa53", "+nocrypto", "", d)}"
29-
3026
# Clang does not support octeontx2 processor
3127
TUNE_CCARGS:remove:toolchain-clang = "-mcpu=octeontx2${TUNE_CCARGS_MARCH_OPTS}"
3228

0 commit comments

Comments
 (0)