> >From /etc/make.conf:
>
> CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j2"
>
>
> The machine is has a Pentium MMX 199MgHz processor, so I'm not sure if
> the i686 is right (I thought i686 was a Pentium II) so I changed CHOST
> to x86 and changed CFLAGS to i586 and re-emerged shadow. It let me set
> the password...
Ah, but if you built the box from gentoo stage 1 or 2, you're probably going
to want to start all over again (not necessary if built from stage 3).
Likely the entire system was built using the i686 architecture and you'll
run into other problems (i.e. illegal instruction errors) as time goes on.
--
[email protected] mailing list