From 7411d43637616d315a27bf224c64586814ab5e94 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Mar 2020 12:38:50 -0700 Subject: libde265: Do not use internal assembler on arm .S files use GNU syntax which does not work with integrated asm Signed-off-by: Khem Raj --- conf/nonclangable.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index bf09a38..2dcb6f9 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -204,6 +204,7 @@ CFLAGS_append_pn-tinymembench_toolchain-clang_x86 = " -no-integrated-as" CFLAGS_append_pn-tinymembench_toolchain-clang_mipsarch = " -no-integrated-as" CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" +CFLAGS_append_pn-libde265_toolchain-clang_arm = " -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] -- cgit v1.2.3-54-g00ecf