diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-06 14:02:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-07 13:20:37 -0700 |
commit | f20deabf88b05e8dbd26f8407ca7bbb482ce7997 (patch) | |
tree | 9abc4b12bd7f4f402fff9cd2067b6a8851734f43 | |
parent | 5667332c4f8e253eea2c1e9235632bf3f18f0d7b (diff) | |
download | meta-clang-f20deabf88b05e8dbd26f8407ca7bbb482ce7997.tar.gz |
qtbase: Do not use internal assembler with clang
This ends up with compile errors when using clang compiler, therefore
internal assembler is disabled with qt6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 3135d0f..382bb09 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -249,6 +249,13 @@ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" | |||
249 | #| ^ | 249 | #| ^ |
250 | CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as" | 250 | CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as" |
251 | CFLAGS:append:pn-sysbench:toolchain-clang:arm = " -no-integrated-as" | 251 | CFLAGS:append:pn-sysbench:toolchain-clang:arm = " -no-integrated-as" |
252 | #error: expected absolute expression | ||
253 | #.elseif (bpp == 24) && (numpix == 8) | ||
254 | # ^ | ||
255 | #<instantiation>:50:5: note: while in macro instantiation | ||
256 | # pixld chunk_size, mask_bpp, mask_basereg, MASK | ||
257 | # ^ | ||
258 | CFLAGS:append:pn-qtbase:toolchain-clang:arm = " -no-integrated-as" | ||
252 | 259 | ||
253 | #../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] | 260 | #../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] |
254 | # for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { | 261 | # for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { |