Bruce Evans wrote:
> >Rev 1.67 of npx.c changed a #ifdef SMP to #ifdef 1, preventing the
> >test for the hardware coprocessor. This breaks support for 386 processors
> >without math coprocessors. Grrr.
> 
> It was also broken a month ago by changing TARGET_DEFAULT from
> (MASK_NO_FANCY_MATH_387 | 0301) for gcc to 0301 for egcs.  This mainly
> permits egcs to emit fsqrt instructions.   This can be worked around
> by using the GPL'ed math emulator or rebuilding everything affected
> with CFLAGS+=-fno-fancy-math-387.

Well at least at that time I could _boot_ the kernel. Now it just hangs.

-- 
John Birrell - j...@cimlogic.com.au; j...@freebsd.org 
http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to