commit | eb8f77761e88a3e281de5e76fc4baa7f34258b82 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Jan 14 20:39:17 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Jan 14 20:39:17 2011 +0100 |
tree | 9e7e4af9049c96ed073a8d3af331e3fdf75ee840 | |
parent | eae30c8f409ad17d7064a7f0e5c00a80f5f52d35 [diff] |
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>