Subject: Re: NetBSD 2.0 for non FPU macs
To: Bruce ONeel <edoneel@sdf.lonestar.org>
From: John Klos <john@ziaspace.com>
List: port-mac68k
Date: 04/03/2004 06:53:30
> I just tried on a 060 running 1.6.2 and got the following:

> lilith: {6} cc -msoft-float -o t1 t1.c
> lilith: {7} ./t1
> 1.000000 7.000000 nan
>
> lilith: {9} cc -o t1 t1.c
> lilith: {10} ./t1
> 1.000000 7.000000 0.142857

> So, ld worked but the -msoft-float produced unusable code.

Same on gcc 3.3.2 on NetBSD-current.

John Klos