From 24d254a1aeb0f50b68a6d7d926e22955c564b184 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Dec 2020 09:32:01 -0800 Subject: luajit: Add -no-integrated-as Signed-off-by: Khem Raj --- conf/nonclangable.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 5a54417..30a52f0 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -214,6 +214,14 @@ CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" # ^ CFLAGS_append_pn-libsdl2_toolchain-clang_arm = " -no-integrated-as" +#2816:2: error: changed section type for .debug_frame, expected: 0x7000001E +# .section .debug_frame,"",@progbits +# ^ +#lj_vm.S:2890:2: error: changed section flags for .eh_frame, expected: 0x2 +# .section .eh_frame,"aw",@progbits +# ^ +CFLAGS_append_pn-luajit_toolchain-clang_mips = " -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