summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-17 12:23:06 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-18 08:29:08 -0800
commit1dfc3a905ad0fed7a3b300aa51153365f9950fe7 (patch)
tree6379dd62b4c82fb0180b9154fefc4ea54497dc9b
parentbb5f90d9e86a8f0949545d2cace3ad53bca504d8 (diff)
downloadmeta-clang-1dfc3a905ad0fed7a3b300aa51153365f9950fe7.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
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}"
247COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 247COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
248COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 248COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
249COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 249COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
250COMPILER_RT_pn-python3-numpy_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
250COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" 251COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
251COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" 252COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt"
252COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" 253COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt"