summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-16 23:27:23 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit320e91209c7000729dfafbc84a72dbd755f18483 (patch)
treeacba94ca53fb82ba267459d062a6a52c53ec56c7
parent467478c08c1eb45873614768b12912788e90134f (diff)
downloadmeta-clang-320e91209c7000729dfafbc84a72dbd755f18483.tar.gz
concurrencykit: Do not need to use -no-integrated-as anymore on arm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index ed9d13f..656405c 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -202,14 +202,6 @@ CFLAGS:append:pn-libucontext:toolchain-clang:powerpc64le = " -no-integrated-as"
202#| ^ 202#| ^
203CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" 203CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as"
204 204
205# include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode
206#| CK_PR_DOUBLE_STORE(uint64_t, 64)
207#| ^
208#include/gcc/arm/ck_pr.h:192:6: note: expanded from macro 'CK_PR_DOUBLE_STORE'
209#| "strexd %1, %3, [%2]\n" \
210#| ^
211CFLAGS:append:pn-concurrencykit:toolchain-clang:arm = " -no-integrated-as"
212
213#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] 205#../git/common/connection.c:154:55: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
214# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) { 206# for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; cmsg = CMSG_NXTHDR(msg, cmsg)) {
215# ^~~~~~~~~~~~~~~~~~~~~~ 207# ^~~~~~~~~~~~~~~~~~~~~~