From 5ffb0587e1f70c7bf7624cafa4b67902732f1e1e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 13 May 2018 00:29:01 -0700 Subject: compiler-rt: Disable sanitizers on mips32 They fail to compile error: 'assertion_failed__73' declared as an array with a negative size Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools/clang') diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 7a63d99..ef07ce9 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -52,6 +52,7 @@ EXTRA_OECMAKE_append_class-nativesdk = "\ " EXTRA_OECMAKE_append_libc-musl = " -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF " +EXTRA_OECMAKE_append_mipsarch = "-DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF " do_compile() { ninja ${PARALLEL_MAKE} -- cgit v1.2.3-54-g00ecf