Subject: Re: m68k soft float (was illegal instruction)
To: None <port-m68k@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-m68k
Date: 03/05/2003 16:18:44
In article <030306003423.M0102475@mirage.ceres.dti.ne.jp>,
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> wrote:

>If you really want soft-float binaries, we should provide both
>hard-float and soft-float binaries and make soft-float ones optional.
>For shared libraries we can use ld.so.conf(5) to switch shlibs
>by sysctl value, but I don't have any idea for static binaries.

All binaries but /rescue are dynamic in current so we could just compile
rescue with soft-float for now, but that is up to the port-master.

>Anyway, implementing proper FPE is the real solution, I think.

I agree.

christos