Just a thought
I submitted a bug against Mozilla
http://bugs.gentoo.org/show_bug.cgi?id=26068
It seems to be because of my CFLAGS
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
I changed them to
CFLAGS="-march=pentium3 -O2
and it seems to be working so far.
My question is:
Should it not be one of Gentoo's goals to make even optimized
systems stable. info2flags on my computer would have produced
CFLAGS="-march=pentium3 -O3 -pipe"
I believe.
This goes against what I keep seeing people say that only
CFLAGS="-march=pentium3 -O2" would be stable.
To be considered stable currently my understanding is that the ebuild
should not have a bug reported against it for so many days or week.
Could another requirement be added that is must be shown to be able to
compile against the architecture that it considered stable in at least
with "-march=pentium3 -O2" and the flags produced by info2flags
"-march=pentium3 -O3 -pipe" in my case?
Thanks.
--
[EMAIL PROTECTED] mailing list