Lines Matching refs:gold
153 …_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-l…
154 # workaround for gold bug:
157 # it's triggered only in combination of gold and security_flags.inc,
159 # Adding -no-pie or changing -fuse-ld=gold to -fuse-ld=bfd
162 …nux/qtbase/5.9.0+gitAUTOINC+f6b36eaafe-r0/recipe-sysroot -Wl,-O1 -fuse-ld=gold -Wl,--enable-new-dt…
167 …nux/qtbase/5.9.0+gitAUTOINC+f6b36eaafe-r0/recipe-sysroot -Wl,-O1 -fuse-ld=gold -Wl,--enable-new-dt…
169 # with -fuse-ld=gold replaced with -fuse-ld=bfd:
173 # QT_CONFIG_FLAGS_GOLD:x86 = "-no-use-gold-linker"
174 # LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '',…
176 # since the upgrade to 5.12.2 this got worse, with gold enabled configure will no longer pass the t…
183 QT_CONFIG_FLAGS_GOLD = "-no-use-gold-linker"
184 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"