summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-14 21:40:18 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-15 11:03:25 -0800
commitbfd6f33325d4fe1ae0680d55d0ce5ff95533bbe2 (patch)
treece0f67718f1b18a133123637c15d87ffb0cf7be2
parent7bc0781633bee5e010685f2515d9fab32620e63b (diff)
downloadmeta-clang-bfd6f33325d4fe1ae0680d55d0ce5ff95533bbe2.tar.gz
cpio: Link with compiler-rt when using clang
Fixes /usr/src/debug/cpio/2.13-r0/build/gnu/../../cpio-2.13/gnu/xmalloc.c:100: undefined reference to `__mulodi4' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:1124: recipe for target 'rmt' failed 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 dd5eb51..70336bb 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -222,6 +222,7 @@ TUNE_CCARGS_remove_pn-omxplayer_toolchain-clang = "-no-integrated-as"
222#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) 222#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
223COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 223COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
224COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 224COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
225COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
225COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 226COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
226COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" 227COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
227COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" 228COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt"