diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-17 12:23:06 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-18 08:29:08 -0800 |
commit | 1dfc3a905ad0fed7a3b300aa51153365f9950fe7 (patch) | |
tree | 6379dd62b4c82fb0180b9154fefc4ea54497dc9b | |
parent | bb5f90d9e86a8f0949545d2cace3ad53bca504d8 (diff) | |
download | meta-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.conf | 1 |
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}" | |||
247 | COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" | 247 | COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" |
248 | COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" | 248 | COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" |
249 | COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" | 249 | COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" |
250 | COMPILER_RT_pn-python3-numpy_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" | ||
250 | COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" | 251 | COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" |
251 | COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" | 252 | COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" |
252 | COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" | 253 | COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" |