diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-10 09:12:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-12 10:51:30 -0700 |
commit | ea60a94fe759ca3f30ae9332e396a115e837e564 (patch) | |
tree | 4fefd6e424bae2c4c8954827958bccaa170bb369 | |
parent | fd6c11d366983362ba96e58818188a1111e4a5c7 (diff) | |
download | meta-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.conf | 3 |
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 | #| ^ |
261 | CFLAGS:append:pn-nettle:toolchain-clang:powerpc64le = " -no-integrated-as" | 261 | CFLAGS: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 | ||
264 | CFLAGS: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 | #| ^ |