summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-14 13:02:51 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-16 19:11:06 -0800
commitdcd5f09d4bacaf14e0c35ac58e64ec68a81cd7ae (patch)
tree9de8ae33d73177ea159fd6789cf8e478f5bc30e7
parent63a6101e27af6436eca646d0c887e4c4ed0760ef (diff)
downloadmeta-clang-dcd5f09d4bacaf14e0c35ac58e64ec68a81cd7ae.tar.gz
Revert "objcopy: fix path for RISC-V"
This reverts commit 63a6101e27af6436eca646d0c887e4c4ed0760ef.
-rw-r--r--conf/nonclangable.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 56ecfe3..ecf5fb6 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -1,15 +1,3 @@
1#linux-ld: ls-caps-vendor.o: relocation R_RISCV_HI20 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
2#| clang-14: error: unable to execute command: Segmentation fault (core dumped)
3#| clang-14: error: linker command failed due to signal (use -v to see invocation)
4TOOLCHAIN:pn-pciutils:riscv64 = "gcc"
5
6#| riscv64-yadro-linux-ld: erl_bits.c:(.text+0xc60): undefined reference to `__extendhfsf2'
7#| riscv64-yadro-linux-ld: erl_bits.c:(.text+0x1a8a): undefined reference to `__truncdfhf2'
8TOOLCHAIN:pn-erlang:riscv64 = "gcc"
9
10#| linux-yocto/5.15.72+gitAUTOINC+c6aba7f07a_0b628306d1-r0/temp/run.do_uboot_mkimage.47933: 185: riscv64-yadro-linux-llvm-objcopy: not found
11OBJCOPY:pn-linux-yocto:riscv64:toolchain-clang = "${HOST_PREFIX}objcopy"
12
13#babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so has relocations in .text [textrel] 1#babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so has relocations in .text [textrel]
14TOOLCHAIN:pn-babeltrace2 = "gcc" 2TOOLCHAIN:pn-babeltrace2 = "gcc"
15TOOLCHAIN:pn-u-boot = "gcc" 3TOOLCHAIN:pn-u-boot = "gcc"