summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 382bb09..84575d9 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -269,6 +269,11 @@ CFLAGS:remove:pn-mozjs:toolchain-clang = "-fno-tree-vrp"
269CFLAGS:append:pn-ffmpeg:riscv64 = " -march=rv64gczbb" 269CFLAGS:append:pn-ffmpeg:riscv64 = " -march=rv64gczbb"
270CFLAGS:append:pn-ffmpeg:riscv32 = " -march=rv32gczbb" 270CFLAGS:append:pn-ffmpeg:riscv32 = " -march=rv32gczbb"
271 271
272# otherwise systemd efi fails to build
273# error: the 'sse' unit is not supported with this instruction set
274TUNE_CCARGS:remove:pn-systemd:toolchain-clang = "-mfpmath=sse"
275TUNE_CCARGS:remove:pn-systemd-boot:toolchain-clang = "-mfpmath=sse"
276
272TUNE_CCARGS:remove:pn-omxplayer:toolchain-clang = "-no-integrated-as" 277TUNE_CCARGS:remove:pn-omxplayer:toolchain-clang = "-no-integrated-as"
273TUNE_CCARGS:remove:pn-nfs-utils:toolchain-clang = "-Qunused-arguments" 278TUNE_CCARGS:remove:pn-nfs-utils:toolchain-clang = "-Qunused-arguments"
274 279