commit:     7e540a0d8c78c843f98ca1750e72a5255f7f546b
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 21:50:33 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 21:50:33 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7e540a0d

[qt5-build.eclass] Add comment about linking with GNU gold.

The option has been introduced in the dev branch (will become 5.4)

---
 eclass/qt5-build.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 1855d18..ed92ab5 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -526,6 +526,9 @@ qt5_base_configure() {
                # see also https://bugreports.qt-project.org/browse/QTBUG-36129
                #-reduce-relocations
 
+               # let configure automatically detect if GNU gold is available
+               #-use-gold-linker
+
                # disable all platform plugins by default, override in qtgui
                -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms
 

Reply via email to