From e49d4e96b2d2ba7edb36d79f2ed5687387b94721 Mon Sep 17 00:00:00 2001 From: Bernhard Rosenkränzer Date: Mon, 31 May 2021 23:51:05 +0200 Subject: nonclangable: Remove no-integrated-as workarounds for openssl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The problem is fixed and the workaround actually breaks things Signed-off-by: Bernhard Rosenkränzer --- conf/nonclangable.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 3f392ff..f2bee64 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -166,17 +166,6 @@ CFLAGS_append_pn-mdadm_toolchain-clang = " -Wno-error=unknown-warning-option" #| ^ CFLAGS_append_pn-directfb_toolchain-clang_arm = " -no-integrated-as" -# Disable internal assembler for armv7 since it uses gnu assmebly syntax -# which should be preprocessed via gcc/compiler -# -CFLAGS_append_pn-openssl_toolchain-clang_armv7ve = " -no-integrated-as" -CFLAGS_append_pn-openssl_toolchain-clang_armv7a = " -no-integrated-as" - -#| crypto/bn/bn-mips.S:671:2: error: unknown instruction, did you mean: bgeu, sgtu, tgeu? -#| sgeu $1,$4,$6 -#| ^ -CC_append_pn-openssl_toolchain-clang_mipsarch = " -no-integrated-as" - CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as" # libjpeg-turbo-2.0.2/simd/mips/jsimd_dspr2.S -- cgit v1.2.3-54-g00ecf