On Sat, Jul 24, 2004 at 02:15:41PM +0200, Richard Kaestner wrote:

> I suspect settings in /etc/make.conf, but I have no idea where to start!
> (CPUTYPE=i686 commented out - but didn't help)

The VIA CPUs are not completely i686 compatible, so in your Kernel-Config
you should have an I586_CPU entry:

    machine         i386
    cpu             I586_CPU
    cpu             I686_CPU
    ident           ME6000
    ...


> ------------ ME6000 /etc/make.conf
> CPUTYPE=i586
> CPUTYPE=i686

The second entry overwrites the first one. I wouldn't set this variable
at all on a VIA Epia/Eden, but it should work if you delete the i686
and keep the i586.

cu,
Uwe

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to