From: Michael Palimaka Date: Sun, 10 Dec 2017 11:26:11 +0000 (+1100) Subject: qt5-build.eclass: use the system-configured linker X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=64b2ad10079f4c4931520ef102b35f672ee74d99;p=gentoo.git qt5-build.eclass: use the system-configured linker --- diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8728acc2c18d..fd29ed1e6c05 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -632,8 +632,8 @@ qt5_base_configure() { # supported; see also https://bugreports.qt.io/browse/QTBUG-36129 #-reduce-relocations - # let configure automatically detect if GNU gold is available - #-use-gold-linker + # use the system linker (gold will be selected automagically otherwise) + $(tc-ld-is-gold && echo -use-gold-linker || echo -no-use-gold-linker) # disable all platform plugins by default, override in qtgui -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-mirclient