summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-04 21:01:24 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit6ac05dcd01171f46af1ec2006c6b09097e1b7c07 (patch)
treee96df1198e594bfb1acab4bcae681e912c388720
parent9c29a287c25db7d31d42cc2921982d0c8011081b (diff)
downloadmeta-clang-6ac05dcd01171f46af1ec2006c6b09097e1b7c07.tar.gz
nonclangable.conf: Convert remaining overrides to new syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2a30f0fd7377c1e19c778dc6b82dca4fa21c0d4)
-rw-r--r--conf/nonclangable.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index d579d85..71ac3b0 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -51,8 +51,8 @@ TOOLCHAIN:pn-libssp-nonshared = "gcc"
51TOOLCHAIN:pn-libstd-rs = "gcc" 51TOOLCHAIN:pn-libstd-rs = "gcc"
52TOOLCHAIN:pn-m4:powerpc = "gcc" 52TOOLCHAIN:pn-m4:powerpc = "gcc"
53# clang does not have 64bit atomics on mips32 53# clang does not have 64bit atomics on mips32
54#TOOLCHAIN_pn-mesa:mips = "gcc" 54#TOOLCHAIN:pn-mesa:mips = "gcc"
55#TOOLCHAIN_pn-mesa:mipsel = "gcc" 55#TOOLCHAIN:pn-mesa:mipsel = "gcc"
56TOOLCHAIN:pn-mesa:riscv64 = "gcc" 56TOOLCHAIN:pn-mesa:riscv64 = "gcc"
57TOOLCHAIN:pn-mesa:powerpc = "gcc" 57TOOLCHAIN:pn-mesa:powerpc = "gcc"
58# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments 58# variant-impl.hpp:309:36: error: 'is_variant' does not name a template but is followed by template arguments
@@ -164,7 +164,7 @@ CFLAGS:append:pn-mdadm:toolchain-clang = " -Wno-error=unknown-warning-option"
164#<inline asm>:9:2: note: instantiated into assembly here 164#<inline asm>:9:2: note: instantiated into assembly here
165# .force_thumb 165# .force_thumb
166# ^ 166# ^
167#CFLAGS_append_pn-db:toolchain-clang = " -no-integrated-as" 167#CFLAGS:append:pn-db:toolchain-clang = " -no-integrated-as"
168# 168#
169#| ../../../DirectFB-1.7.7/lib/direct/armasm_memcpy.S:63:2: error: invalid instruction 169#| ../../../DirectFB-1.7.7/lib/direct/armasm_memcpy.S:63:2: error: invalid instruction
170#| ldmgeia r1!, {r3, r4, r12, lr} 170#| ldmgeia r1!, {r3, r4, r12, lr}
@@ -253,15 +253,15 @@ TUNE_CCARGS:remove:pn-pulseaudio:toolchain-clang = "-Qunused-arguments"
253 253
254#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' 254#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4'
255#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) 255#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
256COMPILER_RT:pn-ruby:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 256COMPILER_RT:pn-ruby:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
257COMPILER_RT:pn-python3:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 257COMPILER_RT:pn-python3:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
258COMPILER_RT:pn-m4:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 258COMPILER_RT:pn-m4:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
259COMPILER_RT:pn-cpio:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 259COMPILER_RT:pn-cpio:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
260COMPILER_RT:pn-openssh:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 260COMPILER_RT:pn-openssh:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
261COMPILER_RT:pn-webkitgtk:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 261COMPILER_RT:pn-webkitgtk:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
262COMPILER_RT:pn-wpewebkit:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 262COMPILER_RT:pn-wpewebkit:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
263COMPILER_RT:pn-python3-numpy:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 263COMPILER_RT:pn-python3-numpy:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
264COMPILER_RT:pn-mongodb:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" 264COMPILER_RT:pn-mongodb:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}"
265COMPILER_RT:remove:pn-m4:powerpc = "-rtlib=compiler-rt" 265COMPILER_RT:remove:pn-m4:powerpc = "-rtlib=compiler-rt"
266COMPILER_RT:remove:pn-ruby:powerpc = "-rtlib=compiler-rt" 266COMPILER_RT:remove:pn-ruby:powerpc = "-rtlib=compiler-rt"
267COMPILER_RT:remove:pn-webkitgtk:powerpc = "-rtlib=compiler-rt" 267COMPILER_RT:remove:pn-webkitgtk:powerpc = "-rtlib=compiler-rt"
@@ -275,7 +275,7 @@ COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}
275 275
276LDFLAGS:append:pn-gnutls:toolchain-clang:riscv64 = " -latomic" 276LDFLAGS:append:pn-gnutls:toolchain-clang:riscv64 = " -latomic"
277LDFLAGS:append:pn-harfbuzz:toolchain-clang:riscv64 = " -latomic" 277LDFLAGS:append:pn-harfbuzz:toolchain-clang:riscv64 = " -latomic"
278LDFLAGS:append:pn-qtwebengine:toolchain-clang_runtime-gnu:x86 = " -latomic" 278LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic"
279LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" 279LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic"
280 280
281# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found 281# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found