diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-11-20 18:16:34 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-11-20 18:16:34 +0000 |
commit | ced0d73d5145af5309db925c0af3585007bd04f3 (patch) | |
tree | b886d7d212059a181f289f7368729544f986f3c0 /gdb/configure.host | |
parent | fcf54f50e5d1abe104a4b98129c485ea21f54f58 (diff) | |
download | gdb-ced0d73d5145af5309db925c0af3585007bd04f3.zip gdb-ced0d73d5145af5309db925c0af3585007bd04f3.tar.gz gdb-ced0d73d5145af5309db925c0af3585007bd04f3.tar.bz2 |
* configure.host: Set host floatformat for m68k.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index cb8e5a4..66614ef 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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 |