summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 5caa770..225fa4b 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -137,6 +137,9 @@ TOOLCHAIN:pn-openssh = "gcc"
137# Workaround oe-core patching problem temporarily 137# Workaround oe-core patching problem temporarily
138TOOLCHAIN:pn-rsync = "gcc" 138TOOLCHAIN:pn-rsync = "gcc"
139 139
140# U-boot does compile with clang but clang-15 crashes compiling it :(
141TOOLCHAIN:pn-u-boot = "gcc"
142
140CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 143CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
141 144
142#../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? 145#../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax?