Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf.eclass
Date: Mon, 26 Nov 2007 21:08:03
Message-Id: E1IwlBO-0002A7-7p@stork.gentoo.org
1 armin76 07/11/26 21:07:58
2
3 Modified: mozcoreconf.eclass
4 Log:
5 Remove -O1 limitation on 64bit arches, works fine
6
7 Revision Changes Path
8 1.13 eclass/mozcoreconf.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf.eclass?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf.eclass?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf.eclass?r1=1.12&r2=1.13
13
14 Index: mozcoreconf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- mozcoreconf.eclass 12 Mar 2007 11:57:49 -0000 1.12
21 +++ mozcoreconf.eclass 26 Nov 2007 21:07:57 -0000 1.13
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.12 2007/03/12 11:57:49 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.13 2007/11/26 21:07:57 armin76 Exp $
27 #
28 # mozcoreconf.eclass : core options for mozilla
29 # inherit mozconfig-2 if you need USE flags
30 @@ -80,9 +80,6 @@
31 mozconfig_annotate "from CFLAGS" --enable-optimize=-O0
32 elif [[ ${ARCH} == hppa ]]; then
33 mozconfig_annotate "more than -O0 causes segfaults on hppa" --enable-optimize=-O0
34 - elif [[ ${ARCH} == alpha || ${ARCH} == ia64 || ${ARCH} == ppc64 ]]; then
35 - mozconfig_annotate "more than -O1 causes segfaults on 64-bit (bug 33767)" \
36 - --enable-optimize=-O1
37 elif is-flag -O1; then
38 mozconfig_annotate "from CFLAGS" --enable-optimize=-O1
39 else
40
41
42
43 --
44 gentoo-commits@g.o mailing list