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>
This commit is contained in:
Yi Zhao
2025-02-24 07:27:33 +08:00
committed by Khem Raj
parent 7e576c0409
commit 8a29c46188
14 changed files with 3 additions and 158 deletions
@@ -125,7 +125,7 @@ EXTRA_OECONF += "--enable-fhs \
--pythondir=${PYTHON_SITEPACKAGES_DIR} \
"
LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
LDFLAGS += "-Wl,-z,relro,-z,now"
do_configure:append() {
cd ${S}/pidl/