diff options
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6442ead..d09b472 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -148,6 +148,9 @@ TOOLCHAIN:pn-rsync = "gcc" | |||
148 | # U-boot does compile with clang but clang-15 crashes compiling it :( | 148 | # U-boot does compile with clang but clang-15 crashes compiling it :( |
149 | TOOLCHAIN:pn-u-boot = "gcc" | 149 | TOOLCHAIN:pn-u-boot = "gcc" |
150 | 150 | ||
151 | # See https://github.com/kraj/meta-clang/issues/696 | ||
152 | TOOLCHAIN:pn-pixman:aarch64 = "gcc" | ||
153 | |||
151 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 154 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
152 | 155 | ||
153 | #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? | 156 | #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? |
@@ -367,5 +370,4 @@ DEPENDS:append:pn-pixman:mips:toolchain-clang = " openmp" | |||
367 | #| .endfunc | 370 | #| .endfunc |
368 | #| ^ | 371 | #| ^ |
369 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" | 372 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" |
370 | CFLAGS:append:pn-pixman:aarch64:toolchain-clang = " -no-integrated-as" | ||
371 | 373 | ||