From f20deabf88b05e8dbd26f8407ca7bbb482ce7997 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Aug 2023 14:02:59 -0700 Subject: 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 --- conf/nonclangable.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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" #| ^ 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) +# ^ +#: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)) { -- cgit v1.2.3-54-g00ecf