diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-06-01 14:00:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 0756263aa4cb6984f783907882ffb33bf1f83817 (patch) | |
tree | edb9ac3782482cf8813ccc0ceeceb72dde902752 | |
parent | d83d4f0a3ebd3073a114360046d03730cc5524c3 (diff) | |
download | meta-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.conf | 18 |
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) |
248 | COMPILER_RT_pn-ruby_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 248 | COMPILER_RT_pn-ruby_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
249 | COMPILER_RT_pn-python3_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 249 | COMPILER_RT_pn-python3_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
250 | COMPILER_RT_pn-m4_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 250 | COMPILER_RT_pn-m4_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
251 | COMPILER_RT_pn-cpio_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 251 | COMPILER_RT_pn-cpio_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
252 | COMPILER_RT_pn-openssh_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 252 | COMPILER_RT_pn-openssh_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
253 | COMPILER_RT_pn-webkitgtk_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 253 | COMPILER_RT_pn-webkitgtk_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
254 | COMPILER_RT_pn-wpewebkit_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 254 | COMPILER_RT_pn-wpewebkit_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
255 | COMPILER_RT_pn-python3-numpy_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 255 | COMPILER_RT_pn-python3-numpy_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
256 | COMPILER_RT_pn-mongodb_toolchain-clang = "-rtlib=compiler-rt ${UNWINDLIB}" | 256 | COMPILER_RT_pn-mongodb_toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
257 | COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt" | 257 | COMPILER_RT_remove_pn-m4_powerpc = "-rtlib=compiler-rt" |
258 | COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt" | 258 | COMPILER_RT_remove_pn-ruby_powerpc = "-rtlib=compiler-rt" |
259 | COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt" | 259 | COMPILER_RT_remove_pn-webkitgtk_powerpc = "-rtlib=compiler-rt" |