diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-26 18:18:02 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 14:58:59 -0800 |
| commit | 39a17c298608551b03e2e72f52d17e1f78d91873 (patch) | |
| tree | de92d8637cd091b047549675cfb6092ab9f1eba5 /conf | |
| parent | 6d4ebdff6099f80716acc99efc3e49b8e9ea9a39 (diff) | |
| download | meta-clang-39a17c298608551b03e2e72f52d17e1f78d91873.tar.gz | |
qtpdf: It can be built with clang now
See https://github.com/meta-qt5/meta-qt5/pull/453
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 884748a..c824f74 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -178,9 +178,6 @@ TOOLCHAIN:pn-gcompat:mips = "gcc" | |||
| 178 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 | 178 | # mips-yoe-linux/mips-yoe-linux-ld: BFD (GNU Binutils) 2.37.20210721 assertion fail ../../bfd/elfxx-mips.c:3614 |
| 179 | TOOLCHAIN:pn-php:mips = "gcc" | 179 | TOOLCHAIN:pn-php:mips = "gcc" |
| 180 | 180 | ||
| 181 | # gn tool is not compilable with native clang since it can not find compiler-rt from native sysroot | ||
| 182 | TOOLCHAIN:pn-qtpdf = "gcc" | ||
| 183 | |||
| 184 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 181 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
| 185 | 182 | ||
| 186 | #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 | 183 | #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 |
