Do not use gold as linker

* Have never understood what value is returned for extra effords caused by gold
* Seems there are not too many out there using gold - otherwise I cannot
  understand why nobody complains for important packages complaing for missing
  symbols (e.g dhclient / plymouth)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-24 21:02:03 +02:00
parent f66d5a951a
commit 211e420712
2 changed files with 0 additions and 6 deletions

2
TODO
View File

@@ -2,8 +2,6 @@ These are tasks are planned:
OE:
* Introduce security_flags.inc
* Get rid of gold - the only adavantage I see is for sending patches: Recipes
passing with gold are likely to pass for other linkers
Scripts:
* get rid of bashisms

View File

@@ -14,8 +14,4 @@ TARGET_OS .= "${@['','-gnuspe'][d.getVar('TUNE_PKGARCH',d,1) in ['ppce500', 'ppc
TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][d.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'mips64', 'mips64el']]}"
# We use gold as default linker for arm/x86 on eglibc based images
DISTRO_FEATURES_append_arm = " ld-is-gold"
DISTRO_FEATURES_append_x86 = " ld-is-gold"
DISTRO_FEATURES_append_x86-64 = " ld-is-gold"