aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-12-13 19:44:35 -0500
committerDJ Delorie <dj@gcc.gnu.org>2000-12-13 19:44:35 -0500
commit60a8ab96f4f7beb336464be535d21d28d9dab21e (patch)
tree3b2a96b99f7db6068702380a48f5fa9e7868282c /gcc
parent41dfe3a2e6d6679544f593ecb29f4fd9bca8e628 (diff)
downloadgcc-60a8ab96f4f7beb336464be535d21d28d9dab21e.zip
gcc-60a8ab96f4f7beb336464be535d21d28d9dab21e.tar.gz
gcc-60a8ab96f4f7beb336464be535d21d28d9dab21e.tar.bz2
* config.gcc (cygwin, win32, mingw32): Use float-i386.h.
From-SVN: r38240
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e5a822..1cb2445 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-13 DJ Delorie <dj@redhat.com>
+
+ * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
+
2000-12-13 Tom Tromey <tromey@redhat.com>
* gcc.c (handle_braces): Handle %{<S*} spec correctly.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 2175bc9..71a1468 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1422,6 +1422,7 @@ i386-*-vsta) # Intel 80386's running VSTa kernel
;;
i[34567]86-*-win32)
xm_file="${xm_file} i386/xm-cygwin.h"
+ float_format=i386
tmake_file=i386/t-cygwin
tm_file=i386/win32.h
xmake_file=i386/x-cygwin
@@ -1433,6 +1434,7 @@ i[34567]86-*-win32)
;;
i[34567]86-*-pe | i[34567]86-*-cygwin*)
xm_file="${xm_file} i386/xm-cygwin.h"
+ float_format=i386
tmake_file=i386/t-cygwin
tm_file=i386/cygwin.h
xmake_file=i386/x-cygwin
@@ -1444,6 +1446,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
;;
i[34567]86-*-mingw32*)
tm_file=i386/mingw32.h
+ float_format=i386
xm_file="${xm_file} i386/xm-mingw32.h"
tmake_file="i386/t-cygwin i386/t-mingw32"
extra_objs=winnt.o