> 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