Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Tue, 03 Sep 2019 21:10:34
Message-Id: 1567544998.5ac7c157717a31065d23fa4ef187ac7703256785.anarchy@gentoo
1 commit: 5ac7c157717a31065d23fa4ef187ac7703256785
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 3 21:09:58 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 21:09:58 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5ac7c157
7
8 www-client/firefox: include -flto in cppflags with +lto
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/firefox-69.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/www-client/firefox/firefox-69.0.ebuild b/www-client/firefox/firefox-69.0.ebuild
17 index c4c6b6f..0d07a44 100644
18 --- a/www-client/firefox/firefox-69.0.ebuild
19 +++ b/www-client/firefox/firefox-69.0.ebuild
20 @@ -390,6 +390,8 @@ src_configure() {
21 show_old_compiler_warning=1
22 fi
23
24 + append-cxxflags -flto
25 +
26 if ! use cpu_flags_x86_avx2 ; then
27 local _gcc_version_with_ipa_cdtor_fix="8.3"
28 local _current_gcc_version="$(gcc-major-version).$(gcc-minor-version)"