Hello,
I'm wondering about the difference between the two GCC - flag combinations:
A)
B)
That are the CFLAG combinations A) for PENTIUM4 and B) for CORE2 in the kernel configuration under "Processor family...". The GNU documentation says that -march implies -mtune. If so, than would in combination B) the -mtune parameter unnecessary. I don't think so but what is the difference?
I have a Pentium Dual Core T2130. Processor family 6, according to the help text in the kernel configuration, is CORE2 the correct choice. And in /etc/make.conf (according to the WIKI SafeCFLAGS)
or
or would it be better to use the same configuration as in the kernel configuration (In my case, configuration B)) and perhaps additionally -mfpmath=sse?
The background to this question is: My system, without Gnome (2.20.3), runs fine and fast but Gnome freezes unexpectedly, regardless whether a new home directory or not and if once froze, it happened ever again. The X server hasn't any problems, the same with blackbox and Firefox, Thunderbird and Sundbird. Therefore I don't think that it has something to do with one of the Mozilla programs. I'm a little bit at a loss.
Thanks in advance.