diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index fde67e2..bfa4875 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -251,6 +251,9 @@ CFLAGS_append_pn-libucontext_toolchain-clang_powerpc64le = " -no-integrated-as" | |||
251 | #| ^ | 251 | #| ^ |
252 | CFLAGS_append_pn-nettle_toolchain-clang_powerpc64le = " -no-integrated-as" | 252 | CFLAGS_append_pn-nettle_toolchain-clang_powerpc64le = " -no-integrated-as" |
253 | 253 | ||
254 | # Fixes clang crash when compiling gnutls-3.7.2/lib/accelerated/aarch64/elf/sha512-armv8.s | ||
255 | CFLAGS_append_pn-gnutls_toolchain-clang_aarch64 = " -no-integrated-as" | ||
256 | |||
254 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a | 257 | # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a |
255 | # space between literal and identifier [-Wreserved-user-defined-literal] | 258 | # space between literal and identifier [-Wreserved-user-defined-literal] |
256 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); | 259 | #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); |