From 8fad5af075fffc53f7442f898ac39e078125a840 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 16 Nov 2019 22:55:40 -0800 Subject: tinymembench: Disable internal assembler on mips Fixes mips-32.S:108:15: error: invalid reassignment of non-absolute variable 'DST' | .set DST, $a0 | ^ 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 57b156d..428eacf 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -184,6 +184,7 @@ CC_append_pn-kexec-tools-klibc_toolchain-clang_x86 = " -no-integrated-as" #| ^~~~ CFLAGS_append_pn-tinymembench_toolchain-clang_x86-64 = " -no-integrated-as" 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" -- cgit v1.2.3-54-g00ecf