diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-12-14 13:02:51 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-16 19:11:06 -0800 |
commit | dcd5f09d4bacaf14e0c35ac58e64ec68a81cd7ae (patch) | |
tree | 9de8ae33d73177ea159fd6789cf8e478f5bc30e7 | |
parent | 63a6101e27af6436eca646d0c887e4c4ed0760ef (diff) | |
download | meta-clang-dcd5f09d4bacaf14e0c35ac58e64ec68a81cd7ae.tar.gz |
Revert "objcopy: fix path for RISC-V"
This reverts commit 63a6101e27af6436eca646d0c887e4c4ed0760ef.
-rw-r--r-- | conf/nonclangable.conf | 12 |
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) | ||
4 | TOOLCHAIN: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' | ||
8 | TOOLCHAIN: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 | ||
11 | OBJCOPY: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] |
14 | TOOLCHAIN:pn-babeltrace2 = "gcc" | 2 | TOOLCHAIN:pn-babeltrace2 = "gcc" |
15 | TOOLCHAIN:pn-u-boot = "gcc" | 3 | TOOLCHAIN:pn-u-boot = "gcc" |