diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 19:22:16 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 07:32:26 -0700 |
| commit | 04c93873f4c98d7a62dcb1c26a0c2ecc3117292b (patch) | |
| tree | f9471a5ccc9e0df93c72fe1056a2688d2b076048 /conf | |
| parent | c0bc7f2ba811fb26460192256e747c2840e68e9a (diff) | |
| download | meta-clang-04c93873f4c98d7a62dcb1c26a0c2ecc3117292b.tar.gz | |
nmap: Remove LLD build workaround for RISCV-64
This is no longer needed with clang-19
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 8096b38..dc58912 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
| @@ -494,9 +494,6 @@ OBJDUMP:pn-libbsd:mips:toolchain-clang = "${HOST_PREFIX}objdump" | |||
| 494 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv64 = "${HOST_PREFIX}llvm-strip" | 494 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv64 = "${HOST_PREFIX}llvm-strip" |
| 495 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv32 = "${HOST_PREFIX}llvm-strip" | 495 | STRIP:pn-python3-matplotlib:toolchain-clang:riscv32 = "${HOST_PREFIX}llvm-strip" |
| 496 | 496 | ||
| 497 | #riscv64-yoe-linux-strip: TOPDIR/build/tmp/work/riscv64-yoe-linux/nmap/7.80-r0/image/usr/bin/stUPhYkC: not enough room for program headers, try linking with -N | ||
| 498 | LDFLAGS:append:pn-nmap:riscv64:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,-N', '', d)}" | ||
| 499 | |||
| 500 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang | 497 | # Need OBJDUMP during do_package_qa which is set to llvm-objdump with meta-clang |
| 501 | # it might work with GNU objdump since it falls back to one from build host | 498 | # it might work with GNU objdump since it falls back to one from build host |
| 502 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" | 499 | DEPENDS:pn-linux-firmware:append:toolchain-clang = " clang-native" |
