* Re: [gentoo-user] Re: Cannot compile texinfo: Illegal instruction -> Wrong -march and -mtune flags?
@ 2007-08-02 20:31 99% ` Florian Philipp
0 siblings, 0 replies; 1+ results
From: Florian Philipp @ 2007-08-02 20:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
Am Donnerstag 02 August 2007 22:07 schrieb Alexander Skwar:
> · Me, myself & I:
> > Indeed, I think that I just have mixed up -march and -mtune (aka. -mcpu).
>
> Seems like. I now have:
>
> CFLAGS="-O2 -mtune=pentium-m -march=athlon-xp -pipe -fomit-frame-pointer"
>
> and with this CFLAGS, I am able to compile texinfo.
>
> Alexander Skwar
> --
-march=pentium-m activates MMX, SSE and SSE2
-march=athlon-xp activates MMX, 3dNOW!, enhanced 3dNOW! and SSE
You see, they are not compatible and even if some code works I wouldn't bet
multimedia apps will perform well.
With -mtune the instruction set stays the same. It is just "rearranged".
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2007-08-02 18:15 [gentoo-user] Cannot compile texinfo: Illegal instruction -> Wrong -march and -mtune flags? Alexander Skwar
2007-08-02 19:41 ` [gentoo-user] " Alexander Skwar
2007-08-02 20:07 ` Alexander Skwar
2007-08-02 20:31 99% ` Florian Philipp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox