mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user