Re: pentium-m davide moro wrote:
> Hi,
> I have installed my gentoo over a pentium-m (mobile centrimo) with gcc
> 3.3. Therefore I set make.conf with:
>
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-march=pentium3 -msse2 -O2 -pipe -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
Why pentium3???
> PS:
> When gcc will be upgraded up to 3.4 version, I should change my
> make.conf like this, isn't it?
> For gcc 3.4 and later:
>
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
>
> I'm sorry for my poor english...
> Regards,
>
> davide moro
That's what I would expect from the very beginning... |