summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-02-24 07:27:33 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-23 17:36:08 -0800
commit8a29c46188b31851b32414d9d3dbb38b1b48a073 (patch)
tree9eafd21cb9c233d5d83b3053b9a371e5475a3b36 /meta-oe/recipes-benchmark/libhugetlbfs
parent7e576c04091dc232c4d456834157d448fb5272d9 (diff)
downloadmeta-openembedded-8a29c46188b31851b32414d9d3dbb38b1b48a073.tar.gz
recipes: drop ld-is-gold support
The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
index d82e03e81f..afed3b4a81 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
@@ -50,15 +50,9 @@ LDFLAGS += "-B${S}"
50 50
51inherit autotools-brokensep cpan-base 51inherit autotools-brokensep cpan-base
52 52
53#The CUSTOM_LDSCRIPTS doesn't work with the gold linker
54do_configure:prepend() { 53do_configure:prepend() {
55 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then
56 sed -i 's/CUSTOM_LDSCRIPTS = yes/CUSTOM_LDSCRIPTS = no/' Makefile.in
57 fi
58
59 ln -sf ld.hugetlbfs ${S}/ld 54 ln -sf ld.hugetlbfs ${S}/ld
60 ln -sf ld.hugetlbfs ${S}/ld.bfd 55 ln -sf ld.hugetlbfs ${S}/ld.bfd
61 ln -sf ld.hugetlbfs ${S}/ld.gold
62 ln -sf ld.hugetlbfs ${S}/ld.lld 56 ln -sf ld.hugetlbfs ${S}/ld.lld
63} 57}
64 58