summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-10 09:12:35 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-12 10:51:30 -0700
commitea60a94fe759ca3f30ae9332e396a115e837e564 (patch)
tree4fefd6e424bae2c4c8954827958bccaa170bb369
parentfd6c11d366983362ba96e58818188a1111e4a5c7 (diff)
downloadmeta-clang-ea60a94fe759ca3f30ae9332e396a115e837e564.tar.gz
gnutls: Drop using -no-integrated-as on aarch64
With clang-15 this is no more required, moreover it crashes qemu-usermode and apps like libjcat and vte fail to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 06dea39..dcc23e6 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -260,9 +260,6 @@ CFLAGS:append:pn-libucontext:toolchain-clang:powerpc64le = " -no-integrated-as"
260#| ^ 260#| ^
261CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" 261CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as"
262 262
263# Fixes clang crash when compiling gnutls-3.7.2/lib/accelerated/aarch64/elf/sha512-armv8.s
264CFLAGS:append:pn-gnutls:toolchain-clang:aarch64 = " -no-integrated-as"
265
266# include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode 263# include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode
267#| CK_PR_DOUBLE_STORE(uint64_t, 64) 264#| CK_PR_DOUBLE_STORE(uint64_t, 64)
268#| ^ 265#| ^