summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-01 14:00:19 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit0756263aa4cb6984f783907882ffb33bf1f83817 (patch)
treeedb9ac3782482cf8813ccc0ceeceb72dde902752
parentd83d4f0a3ebd3073a114360046d03730cc5524c3 (diff)
downloadmeta-clang-0756263aa4cb6984f783907882ffb33bf1f83817.tar.gz
nonclangable: pass -rtlib only when using clang with gnu runtime here
The defaults wirh using RUNTIME = "llvm" is already pointing to compiler-rt there is no need to clutter cmdline Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 785ce0f2df336ea2c7ef40a3e64eb84656f59eeb)
-rw-r--r--conf/nonclangable.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 71f9f90..b515e69 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -245,15 +245,15 @@ TUNE_CCARGS_remove_pn-pulseaudio_toolchain-clang = "-Qunused-arguments"
245 245
246#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' 246#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4'
247#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) 247#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
248COMPILER_RT_pn-ruby_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 248COMPILER_RT_pn-ruby_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
249COMPILER_RT_pn-python3_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 249COMPILER_RT_pn-python3_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
250COMPILER_RT_pn-m4_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 250COMPILER_RT_pn-m4_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
251COMPILER_RT_pn-cpio_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 251COMPILER_RT_pn-cpio_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
252COMPILER_RT_pn-openssh_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 252COMPILER_RT_pn-openssh_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
253COMPILER_RT_pn-webkitgtk_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 253COMPILER_RT_pn-webkitgtk_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
254COMPILER_RT_pn-wpewebkit_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 254COMPILER_RT_pn-wpewebkit_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
255COMPILER_RT_pn-python3-numpy_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 255COMPILER_RT_pn-python3-numpy_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
256COMPILER_RT_pn-mongodb_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" 256COMPILER_RT_pn-mongodb_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
257COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt" 257COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt"
258COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt" 258COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt"
259COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt" 259COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt"