diff options
Diffstat (limited to 'classes/clang.bbclass')
-rw-r--r-- | classes/clang.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/clang.bbclass b/classes/clang.bbclass index 7dce1a5..0d1d34b 100644 --- a/classes/clang.bbclass +++ b/classes/clang.bbclass | |||
@@ -47,10 +47,6 @@ TUNE_CCARGS:append:toolchain-clang = "${@bb.utils.contains_any("TUNE_FEATURES", | |||
47 | # Clang does not support octeontx2 processor | 47 | # Clang does not support octeontx2 processor |
48 | TUNE_CCARGS:remove:toolchain-clang = "-mcpu=octeontx2" | 48 | TUNE_CCARGS:remove:toolchain-clang = "-mcpu=octeontx2" |
49 | 49 | ||
50 | # LLD does not yet support relaxation for RISCV e.g. https://reviews.freebsd.org/D25210 | ||
51 | TUNE_CCARGS:append:toolchain-clang:riscv32 = " -mno-relax" | ||
52 | TUNE_CCARGS:append:toolchain-clang:riscv64 = " -mno-relax" | ||
53 | |||
54 | # Reconcile some ppc anamolies | 50 | # Reconcile some ppc anamolies |
55 | TUNE_CCARGS:remove:toolchain-clang:powerpc = "-mhard-float -mno-spe" | 51 | TUNE_CCARGS:remove:toolchain-clang:powerpc = "-mhard-float -mno-spe" |
56 | TUNE_CCARGS:append:toolchain-clang:libc-musl:powerpc64 = " -mlong-double-64" | 52 | TUNE_CCARGS:append:toolchain-clang:libc-musl:powerpc64 = " -mlong-double-64" |