summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-13 12:17:01 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-14 08:27:39 -0800
commit7b6d1e3d44cefdcabf090392a68af73ff4d6a04a (patch)
tree1a6638d422475f836f9cd4f550a577faf260d9fa /conf
parent636f54e8dc588ecf4865b118ab6dd4d8a60a5047 (diff)
downloadmeta-clang-7b6d1e3d44cefdcabf090392a68af73ff4d6a04a.tar.gz
qtpdf: Use gcc to compile it
It needs work to get going with clang. Until then keep using gcc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf3
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
180TOOLCHAIN:pn-php:mips = "gcc" 180TOOLCHAIN: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
183TOOLCHAIN:pn-qtpdf = "gcc"
184
182CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " 185CFLAGS: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