summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2004-11-20 18:16:34 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2004-11-20 18:16:34 +0000
commitced0d73d5145af5309db925c0af3585007bd04f3 (patch)
treeb886d7d212059a181f289f7368729544f986f3c0 /gdb/configure.host
parentfcf54f50e5d1abe104a4b98129c485ea21f54f58 (diff)
* configure.host: Set host floatformat for m68k.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index cb8e5a4243..66614ef744 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