diff options
| -rw-r--r-- | conf/nonclangable.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 2ec0bbf..499ce58 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -51,8 +51,8 @@ TOOLCHAIN:pn-iwd = "gcc" | |||
| 51 | TOOLCHAIN:pn-libstd-rs = "gcc" | 51 | TOOLCHAIN:pn-libstd-rs = "gcc" |
| 52 | TOOLCHAIN:pn-m4:powerpc = "gcc" | 52 | TOOLCHAIN: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" |
| 56 | TOOLCHAIN:pn-mesa:riscv64 = "gcc" | 56 | TOOLCHAIN:pn-mesa:riscv64 = "gcc" |
| 57 | TOOLCHAIN:pn-mesa:powerpc = "gcc" | 57 | TOOLCHAIN: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 |
| @@ -182,7 +182,7 @@ CFLAGS:append:pn-libffi:mips64:toolchain-clang = " -no-integrated-as" | |||
| 182 | #<inline asm>:9:2: note: instantiated into assembly here | 182 | #<inline asm>:9:2: note: instantiated into assembly here |
| 183 | # .force_thumb | 183 | # .force_thumb |
| 184 | # ^ | 184 | # ^ |
| 185 | #CFLAGS_append_pn-db:toolchain-clang = " -no-integrated-as" | 185 | #CFLAGS:append:pn-db:toolchain-clang = " -no-integrated-as" |
| 186 | # | 186 | # |
| 187 | #| ../../../DirectFB-1.7.7/lib/direct/armasm_memcpy.S:63:2: error: invalid instruction | 187 | #| ../../../DirectFB-1.7.7/lib/direct/armasm_memcpy.S:63:2: error: invalid instruction |
| 188 | #| ldmgeia r1!, {r3, r4, r12, lr} | 188 | #| ldmgeia r1!, {r3, r4, r12, lr} |
| @@ -287,15 +287,15 @@ TUNE_CCARGS:remove:pn-pulseaudio:toolchain-clang = "-Qunused-arguments" | |||
| 287 | 287 | ||
| 288 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' | 288 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' |
| 289 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) | 289 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) |
| 290 | COMPILER_RT:pn-ruby:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 290 | COMPILER_RT:pn-ruby:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 291 | COMPILER_RT:pn-python3:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 291 | COMPILER_RT:pn-python3:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 292 | COMPILER_RT:pn-m4:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 292 | COMPILER_RT:pn-m4:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 293 | COMPILER_RT:pn-cpio:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 293 | COMPILER_RT:pn-cpio:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 294 | COMPILER_RT:pn-openssh:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 294 | COMPILER_RT:pn-openssh:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 295 | COMPILER_RT:pn-webkitgtk:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 295 | COMPILER_RT:pn-webkitgtk:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 296 | COMPILER_RT:pn-wpewebkit:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 296 | COMPILER_RT:pn-wpewebkit:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 297 | COMPILER_RT:pn-python3-numpy:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 297 | COMPILER_RT:pn-python3-numpy:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 298 | COMPILER_RT:pn-mongodb:toolchain-clang_runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" | 298 | COMPILER_RT:pn-mongodb:toolchain-clang:runtime-gnu = "-rtlib=compiler-rt ${UNWINDLIB}" |
| 299 | COMPILER_RT:remove:pn-m4:powerpc = "-rtlib=compiler-rt" | 299 | COMPILER_RT:remove:pn-m4:powerpc = "-rtlib=compiler-rt" |
| 300 | COMPILER_RT:remove:pn-ruby:powerpc = "-rtlib=compiler-rt" | 300 | COMPILER_RT:remove:pn-ruby:powerpc = "-rtlib=compiler-rt" |
| 301 | COMPILER_RT:remove:pn-webkitgtk:powerpc = "-rtlib=compiler-rt" | 301 | COMPILER_RT:remove:pn-webkitgtk:powerpc = "-rtlib=compiler-rt" |
| @@ -309,7 +309,7 @@ COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB} | |||
| 309 | 309 | ||
| 310 | LDFLAGS:append:pn-gnutls:toolchain-clang:riscv64 = " -latomic" | 310 | LDFLAGS:append:pn-gnutls:toolchain-clang:riscv64 = " -latomic" |
| 311 | LDFLAGS:append:pn-harfbuzz:toolchain-clang:riscv64 = " -latomic" | 311 | LDFLAGS:append:pn-harfbuzz:toolchain-clang:riscv64 = " -latomic" |
| 312 | LDFLAGS:append:pn-qtwebengine:toolchain-clang_runtime-gnu:x86 = " -latomic" | 312 | LDFLAGS:append:pn-qtwebengine:toolchain-clang:runtime-gnu:x86 = " -latomic" |
| 313 | LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" | 313 | LDFLAGS:append:pn-qemu:toolchain-clang:x86 = " -latomic" |
| 314 | 314 | ||
| 315 | # glibc is built with gcc and hence encodes some libgcc specific builtins which are not found | 315 | # glibc is built with gcc and hence encodes some libgcc specific builtins which are not found |
