From 1dfc3a905ad0fed7a3b300aa51153365f9950fe7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 17 Nov 2020 12:23:06 -0800 Subject: nonclangable.conf: link python3-numpy with python3-numpy This helps in addressing an issue where clang is used and it expects symbols in builtins library which are only provided by compiler-rt 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 b15aef1..5a54417 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -247,6 +247,7 @@ COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" +COMPILER_RT_pn-python3-numpy_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" -- cgit v1.2.3-54-g00ecf