Gentoo Archives: gentoo-dev

From: "Raúl Porcel" <armin76@g.o>
To: Ryan Hill <dirtyepic@g.o>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf-2.eclass
Date: Sat, 19 Jul 2008 09:28:38
Message-Id: 4881B3BE.1070805@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf-2.eclass by Ryan Hill
1 Ryan Hill wrote:
2 > On Fri, 18 Jul 2008 17:55:00 +0000
3 > "Raul Porcel (armin76)" <armin76@g.o> wrote:
4 >
5 >> armin76 08/07/18 17:55:00
6 >>
7 >> Modified: mozcoreconf-2.eclass
8 >> Log:
9 >> Enable by default mozilla's optimization
10 >
11 >> +IUSE="${IUSE} custom-optimization"
12 >> +
13 >
14 > Could you use custom-cflags for this instead?
15 >
16 >
17 > dirtyepic@halo ~ $ grep cflag /usr/portage/profiles/use.local.desc
18 >
19 > app-crypt/johntheripper:custom-cflags - Enables custom cflags (not supported)
20 > app-emulation/hercules:custom-cflags - Use CFLAGS from /etc/make.conf rather than the default package CFLAGS (not supported)
21 > app-emulation/xen-tools:custom-cflags - Use CFLAGS from /etc/make.conf rather than the default Xen CFLAGS (not supported)
22 > app-emulation/xen:custom-cflags - Use CFLAGS from /etc/make.conf rather than the default Xen CFLAGS (not supported)
23 > games-emulation/zsnes:custom-cflags - Enables custom cflags (not supported)
24 > media-libs/libsdl:custom-cflags - Allow users to use any CFLAGS they like completely (at their own risk)
25 > media-video/mplayer:custom-cflags - Enables custom CFLAGS (UNSUPPORTED)
26 > sys-boot/grub:custom-cflags - Enables custom cflags (not supported)
27 > x11-drivers/nvidia-drivers:custom-cflags - Build with CFLAGS from /etc/make.conf (unsupported)
28 >
29 >
30
31 Well, i added this one because it only allows to use user-specified -O*
32 option. The user cflags are used no matter if the use-flag is set or not.
33 --
34 gentoo-dev@l.g.o mailing list