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:
2
TODO
2
TODO
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user