Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Sun, 09 Oct 2016 17:59:27
Message-Id: 1476035928.b274bf3d793259dac057d5620915eb753cb8cfbf.anarchy@gentoo
1 commit: b274bf3d793259dac057d5620915eb753cb8cfbf
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 17:58:48 2016 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 17:58:48 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b274bf3d
7
8 eclass/mozcoreconf-v4 : Fix typo for gcc-6 support
9
10 eclass/mozcoreconf-v4.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
14 index 43a585b..2f51166 100644
15 --- a/eclass/mozcoreconf-v4.eclass
16 +++ b/eclass/mozcoreconf-v4.eclass
17 @@ -214,7 +214,7 @@ mozconfig_init() {
18
19 # We need to append flags for gcc-6 support
20 if [[ $(gcc-major-version) -ge 6 ]]; then
21 - append-cxxflags fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
22 + append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
23 fi
24
25 # Go a little faster; use less RAM