On Wednesday 31 August 2005 19:21, Mark Knecht wrote:
> On 8/31/05, Volker Armin Hemmann <[EMAIL PROTECTED]> 
wrote:
> > Hi,
> >
> > before you panic, have you tried the firefox-bin packet with the same
> > site?
> >
> > Maybe nspluginviewer is the culprit? I had to kill it so many times I
> > can't remember.
>
> Thanks Volker. I'll give it a try.
>
> I'm still interested in the right way to really set up these flags
> though. I was looking at some of the online docs and found stuff like
> this in some emails:
>
> "I'm compiling currently with -mfpmath=387 -msse -mcpu=pentium3
> -march=pentium3 and gcc 3.1.1-4 from the very latest experimental
> cygwin distribution."
>
> Obviously I'm not intested in cygwin, etc., but when I saw -msse it
> made me wonder if I was supposed to change my CFLAGS line from
>
> CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
>
> to
>
> CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer -mmx -msse -msse2"
>
> I understand that the USE flags control what options are built into a
> pachage, but in the case of CPU flags do they also control the
> compiler flags that are used to build the package? Not being a
> programmer this is one part I'm confused about.
>

AFAIK the CFLAGS ONLY control the optimiziation, while the USEFLAGS only 
control the configuration - if somebody built in some optimiziation for 
mmx/sse, fine, this would be 'activated' by the useflags, not the cflags. 

hm, about your CFLAGs, I suppose, -march=pentium4 already sets them (mmx/sse), 
but this is something easily found in man gcc ;)
-- 
gentoo-user@gentoo.org mailing list

Reply via email to