diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 085d195..2be9d33 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -179,6 +179,9 @@ TOOLCHAIN:pn-gcompat:mips = "gcc" | |||
179 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 | 179 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 |
180 | TOOLCHAIN:pn-php:mips = "gcc" | 180 | TOOLCHAIN:pn-php:mips = "gcc" |
181 | 181 | ||
182 | # gn tool is not compilable with native clang since it can not find compiler-rt from native sysroot | ||
183 | TOOLCHAIN:pn-qtpdf = "gcc" | ||
184 | |||
182 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 185 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
183 | 186 | ||
184 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions | 187 | #io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions |