Skip to content

Commit

Permalink
qtbase: Do not use internal assembler with clang
Browse files Browse the repository at this point in the history
This ends up with compile errors when using clang compiler, therefore
internal assembler is disabled with qt6

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Aug 7, 2023
1 parent 5667332 commit f20deab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,13 @@ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as"
#| ^
CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as"
CFLAGS:append:pn-sysbench:toolchain-clang:arm = " -no-integrated-as"
#error: expected absolute expression
#.elseif (bpp == 24) && (numpix == 8)
# ^
#<instantiation>:50:5: note: while in macro instantiation
# pixld chunk_size, mask_bpp, mask_basereg, MASK
# ^
CFLAGS:append:pn-qtbase:toolchain-clang:arm = " -no-integrated-as"

#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) {
Expand Down

0 comments on commit f20deab

Please sign in to comment.