commit: b274bf3d793259dac057d5620915eb753cb8cfbf
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 17:58:48 2016 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 17:58:48 2016 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b274bf3d
eclass/mozcoreconf-v4 : Fix typo for gcc-6 support
eclass/mozcoreconf-v4.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 43a585b..2f51166 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -214,7 +214,7 @@ mozconfig_init() {
# We need to append flags for gcc-6 support
if [[ $(gcc-major-version) -ge 6 ]]; then
- append-cxxflags fno-delete-null-pointer-checks
-fno-lifetime-dse -fno-schedule-insns2
+ append-cxxflags -fno-delete-null-pointer-checks
-fno-lifetime-dse -fno-schedule-insns2
fi
# Go a little faster; use less RAM