diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-17 14:35:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-17 14:35:11 +0000 |
commit | 9fa7a102197756a520d1ba1bb15b02e0de33470f (patch) | |
tree | e7e1c236a7a43d0e683c20d3fcaf5b2d69ac2403 /eclass/mozcoreconf-2.eclass | |
parent | install attachment_tool plugin, fixes bug #497544 (diff) | |
download | gentoo-2-9fa7a102197756a520d1ba1bb15b02e0de33470f.tar.gz gentoo-2-9fa7a102197756a520d1ba1bb15b02e0de33470f.tar.bz2 gentoo-2-9fa7a102197756a520d1ba1bb15b02e0de33470f.zip |
Spelling.
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 5029bf0b456a..2911b8ba357d 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.30 2013/08/26 14:39:36 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.31 2014/01/17 14:35:11 jer Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -147,9 +147,9 @@ mozconfig_init() { #################################### # Set optimization level - if [[ ${ARCH} == hppa ]]; then - mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0 - elif [[ ${ARCH} == x86 ]]; then +# if [[ ${ARCH} == hppa ]]; then +# mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0 + if [[ ${ARCH} == x86 ]]; then mozconfig_annotate "less then -O2 causes a segfault on x86" --enable-optimize=-O2 elif use custom-optimization || [[ ${ARCH} =~ (alpha|ia64) ]]; then # Set optimization level based on CFLAGS |