From a882af2fd4f8f682a95a80d121a4461130d262d9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Jan 2019 11:33:59 -0800 Subject: nonclangable.conf: Use GNU assembler for openssl10 It uses gnu as specific syntax Signed-off-by: Khem Raj --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index e109a13..c9fb484 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -135,6 +135,8 @@ CFLAGS_append_pn-db_toolchain-clang = " -no-integrated-as" # CFLAGS_append_pn-openssl_toolchain-clang_armv7ve = " -no-integrated-as" CFLAGS_append_pn-openssl_toolchain-clang_armv7a = " -no-integrated-as" +CFLAGS_append_pn-openssl10_toolchain-clang_armv7ve = " -no-integrated-as" +CFLAGS_append_pn-openssl10_toolchain-clang_armv7a = " -no-integrated-as" CFLAGS_append_pn-userland_toolchain-clang = " -no-integrated-as" # src/libswscale/arm/rgb2yuv_neon_common.S:239:11: error: unexpected token in argument list -- cgit v1.2.3-54-g00ecf