From ea60a94fe759ca3f30ae9332e396a115e837e564 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 10 Sep 2022 09:12:35 -0700 Subject: 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 --- conf/nonclangable.conf | 3 --- 1 file changed, 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" #| ^ CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" -# Fixes clang crash when compiling gnutls-3.7.2/lib/accelerated/aarch64/elf/sha512-armv8.s -CFLAGS:append:pn-gnutls:toolchain-clang:aarch64 = " -no-integrated-as" - # include/gcc/arm/ck_pr.h:201:1: error: instruction requires: arm-mode #| CK_PR_DOUBLE_STORE(uint64_t, 64) #| ^ -- cgit v1.2.3-54-g00ecf