On Monday 20 November 2006 15:22, Pawel K wrote: > I'm compiling gentoo on P4 an use my system HD both on > pentium 4 and pentium 3. My make.conf looks like: > > CFLAGS="-march=pentium3" > CHOST="i686-pc-linux-gnu" > > It works good for all packages but mplayer. Mplayer is > always compiled for p4 when compiled on p4 and for p3 > when it is compiled on p3. > > How can I force it to be always compiled for p3? > > I don't want to compile it on my p3 since it is to > slow. Well, actually the mplayer ebuild don't care about your CFLAGS unless you enable the custom-cflags USE flag. Otherwise march is entirely unset. So any binpkg made for mplayer on your p4 should work just fine on your p3 as long as you don't enable that USE flag. -- Bo Andresen