mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* configure.host: Set host floatformat for m68k.
This commit is contained in:
parent
fcf54f50e5
commit
ced0d73d51
@ -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>
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user