Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Mon, 28 Jul 2014 21:53:52
Message-Id: 1406584233.7e540a0d8c78c843f98ca1750e72a5255f7f546b.pesa@gentoo
1 commit: 7e540a0d8c78c843f98ca1750e72a5255f7f546b
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 28 21:50:33 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 28 21:50:33 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7e540a0d
7
8 [qt5-build.eclass] Add comment about linking with GNU gold.
9
10 The option has been introduced in the dev branch (will become 5.4)
11
12 ---
13 eclass/qt5-build.eclass | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
17 index 1855d18..ed92ab5 100644
18 --- a/eclass/qt5-build.eclass
19 +++ b/eclass/qt5-build.eclass
20 @@ -526,6 +526,9 @@ qt5_base_configure() {
21 # see also https://bugreports.qt-project.org/browse/QTBUG-36129
22 #-reduce-relocations
23
24 + # let configure automatically detect if GNU gold is available
25 + #-use-gold-linker
26 +
27 # disable all platform plugins by default, override in qtgui
28 -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms