From 24afd2f5b7aee939300f4a20bf280c73bbc34b6e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Feb 2019 12:13:40 -0800 Subject: nonclangable: Disable internal assembler for directFB on ARM Signed-off-by: Khem Raj --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index c9fb484..d420f4b 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -129,6 +129,11 @@ CFLAGS_append_pn-libffi_toolchain-clang = " -no-integrated-as" # .force_thumb # ^ CFLAGS_append_pn-db_toolchain-clang = " -no-integrated-as" +# +#| ../../../DirectFB-1.7.7/lib/direct/armasm_memcpy.S:63:2: error: invalid instruction +#| ldmgeia r1!, {r3, r4, r12, lr} +#| ^ +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 -- cgit v1.2.3-54-g00ecf