* configure.host: Set host floatformat for m68k.
This commit is contained in:
parent
fcf54f50e5
commit
ced0d73d51
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-11-20 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* configure.host: Set host floatformat for m68k.
|
||||||
|
|
||||||
2004-11-20 Eli Zaretskii <eliz@gnu.org>
|
2004-11-20 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* config/djgpp/fnchange.lst: Resolve file-name clash between
|
* config/djgpp/fnchange.lst: Resolve file-name clash between
|
||||||
|
|
|
@ -172,6 +172,11 @@ hppa*-*-linux*)
|
||||||
gdb_host_double_format="&floatformat_ieee_double_big"
|
gdb_host_double_format="&floatformat_ieee_double_big"
|
||||||
gdb_host_long_double_format="&floatformat_ieee_double_big"
|
gdb_host_long_double_format="&floatformat_ieee_double_big"
|
||||||
;;
|
;;
|
||||||
|
m68*-*-*)
|
||||||
|
gdb_host_float_format="&floatformat_ieee_single_big"
|
||||||
|
gdb_host_double_format="&floatformat_ieee_double_big"
|
||||||
|
gdb_host_long_double_format="&floatformat_m68881_ext"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
gdb_host_float_format=0
|
gdb_host_float_format=0
|
||||||
gdb_host_double_format=0
|
gdb_host_double_format=0
|
||||||
|
|
Loading…
Reference in a new issue