target-sh4: switch sh4 to softfloat
commiteb8f77761e88a3e281de5e76fc4baa7f34258b82
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:17 +0000 (14 20:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:17 +0000 (14 20:39 +0100)
tree9e7e4af9049c96ed073a8d3af331e3fdf75ee840
parenteae30c8f409ad17d7064a7f0e5c00a80f5f52d35
target-sh4: switch sh4 to softfloat

We need to be able to catch exceptions correctly and thus enable softfloat
on SH4.

As all machines except i386 and x86_64 are using softfloat, make it the
default and change the case to detect i386 and x86_64. Note that CRIS
doesn't have an FPU, so it can be configured with both softfloat-native
and softfloat.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure