From 495683efd817344438985c8c07a6446d1855e003 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 Sep 2022 00:03:07 -0700 Subject: Revert "concurrencykit: Do not need to use -no-integrated-as anymore on arm" This reverts commit 320e91209c7000729dfafbc84a72dbd755f18483. --- conf/nonclangable.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 500275d..b560de8 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -192,6 +192,14 @@ CFLAGS:append:pn-libucontext:toolchain-clang:powerpc64le = " -no-integrated-as" #| ^ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" +# include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode +#| CK_PR_DOUBLE_STORE(uint64_t, 64) +#| ^ +#include/gcc/arm/ck_pr.h:192:6: note: expanded from macro 'CK_PR_DOUBLE_STORE' +#| "strexd %1, %3, [%2]\n" \ +#| ^ +CFLAGS:append:pn-concurrencykit: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