summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-06 19:11:22 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-08 08:06:47 -0800
commite89686194a0f1a8252c2fa3340a1fa8e7ace3207 (patch)
tree21757d23aa7dbc9af4d91dae264531b73fc541b9 /conf
parent8a91c234685dfee4e3c051759e13443b6fcb29a6 (diff)
downloadmeta-clang-e89686194a0f1a8252c2fa3340a1fa8e7ace3207.tar.gz
sysbench: Add -no-integrated-as to cflags with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 27b3d77..1ddac96 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -237,6 +237,7 @@ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as"
237#| "strexd %1, %3, [%2]\n" \ 237#| "strexd %1, %3, [%2]\n" \
238#| ^ 238#| ^
239CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as" 239CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as"
240CFLAGS:append:pn-sysbench:toolchain-clang:arm = " -no-integrated-as"
240 241
241#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] 242#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
242# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { 243# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) {