Skip to content
Snippets Groups Projects
Commit ced0d73d authored by Andreas Schwab's avatar Andreas Schwab
Browse files

* configure.host: Set host floatformat for m68k.

parent fcf54f50
No related branches found
No related tags found
No related merge requests found
2004-11-20 Andreas Schwab <schwab@suse.de>
* configure.host: Set host floatformat for m68k.
2004-11-20 Eli Zaretskii <eliz@gnu.org>
 
* 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_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_double_format=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment