* lib/target-supports.exp (check_effective_target_hard_float): Remove
special case for xtensa-*-*.
From-SVN: r132130
+2008-02-05 Bob Wilson <bob.wilson@acm.org>
+
+ * lib/target-supports.exp (check_effective_target_hard_float): Remove
+ special case for xtensa-*-*.
+
2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/35037
# Return true if the target has access to FPU instructions.
proc check_effective_target_hard_float { } {
- if { [istarget mips*-*-*] || [istarget xtensa-*-*] } {
+ if { [istarget mips*-*-*] } {
return [check_no_compiler_messages hard_float assembly {
- #if ((defined __mips \
- && (defined __mips_soft_float || defined __mips16)) \
- || (defined __xtensa__ && defined __XTENSA_SOFT_FLOAT__))
+ #if (defined __mips_soft_float || defined __mips16)
#error FOO
#endif
}]