From 584563536cf77ac12cfc385461643039196a6778 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Sep 2020 08:32:42 -0700 Subject: libffi: Do not use internal assembler on mips64 It uses GNU asm which clang's internal assembler gets confused with and can not interpret .eh_frame section permissions and type 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 0d139b6..7fd98fd 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -154,6 +154,7 @@ CFLAGS_append_pn-mdadm_toolchain-clang = " -Wno-error=unknown-warning-option" #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? # fldmiadgt ip, {d0-d7} CFLAGS_append_pn-libffi_arm_toolchain-clang = " -no-integrated-as" +CFLAGS_append_pn-libffi_mips64_toolchain-clang = " -no-integrated-as" # ../db-5.3.28/src/mutex/mut_tas.c:150:34: error: unknown directive #:9:2: note: instantiated into assembly here -- cgit v1.2.3-54-g00ecf