From 3b3e3054bf280fa633dd2d66a956e1abe5943e70 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 Dec 2018 06:21:20 -0800 Subject: nonclangable: Disable integrated assembler for openssl and rpi userland on arm Signed-off-by: Khem Raj --- conf/nonclangable.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7121a44..0261a45 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -130,6 +130,13 @@ CFLAGS_append_pn-libffi_toolchain-clang = " -no-integrated-as" # ^ CFLAGS_append_pn-db_toolchain-clang = " -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" +CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as" + # regtest.cc:374:39: error: invalid suffix on literal; C++11 requires a # space between literal and identifier [-Wreserved-user-defined-literal] #| snprintf_func (buf, sizeof(buf), "%"Q"u", x); -- cgit v1.2.3-54-g00ecf