Subject: Re: -current kernel reboots? (i386)
To: None <gillham@vaultron.com>
From: Evgeni Belin <ebelin@genuity.com>
List: current-users
Date: 09/28/2001 13:54:58
> I pretty much nuke the compile/BLAH directory every single
> time I build a kernel, just to eliminate this.  It is
> definitely cleanly built.

Try turning off "-march=..." optimisation.  Then rebuild
toolchain, only then the kernel.  Bet you have
-march=pentiumpro defined either explicitly in /etc/mk.conf or
through the cpuflags pkg,

-Evgeni