target-sh4: switch sh4 to softfloat
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:17 +0000 (20:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:17 +0000 (20:39 +0100)
commit8ded590fc9cdf6cfa5f748a8c915cb8c475ea8dd
tree9e7e4af9049c96ed073a8d3af331e3fdf75ee840
parentaa719bcc3460103ca0d90f7b3bb0e8b7155205a4
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