On Mit, 2003-08-20 at 15:32, MAL wrote:
> daniel wrote:
> > On Wed, 2003-08-20 at 08:56, stephen wrote:
> > 
> >>I'm replacing my P3 850/Asus CUV4X with an Athlon 2700+/Asus A7N8X-X, but 
> >>would like to keep my gentoo intact as much as I can.
> >>
> >>Currently I use CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
> >> and have things like mmx and sse in my USE flags (should I take those
> >> out and use 3dnow instead?). I also use LVM with vgroups for usr,
> >> usr/local, var and tmp.
> >>
> >>I wonder if this will even boot now. Can anyone give me some hints about the 
> >>best way to make the transition? Any help appreciated.
> > 
> > 
> > 
> > as i understand it, pretty much all of your binaries shouldn't work on
> > your new machine since you chose to use -march=pentium3.  my best
> > suggestion would be to do the following (yes, it will take a very long
> > time):
> > 
> >   1. edit make.conf to have the following:
> >        CFLAGS="-mcpu=i686 -O3 -pipe"
> >        <remove "mmx" and "sse" from USE and add "3dnow">
> 
> The Athlon XP supports MMX.
> 

And SSE, too. Only add 3dnow (after install the athlon)
(Normaly the athlon xp should work with all the p3 binarys)

Set CFLAGS="-mcpu=i686 -O3 -pipe"
install the drive on your P3.

emerge -eD system (base system and compiler need to be on a "save"
level)

Change to Athlon.
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
and add 3dnow to USE-Flags

emerge -eD world

mfg

Stefan Hildebrandt


--
[EMAIL PROTECTED] mailing list

Reply via email to