Makefile.in (gencheck.o): Use HOST_CC.
authorMumit Khan <khan@xraylith.wisc.edu>
Tue, 26 May 1998 22:49:49 +0000 (22:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 May 1998 22:49:49 +0000 (16:49 -0600)
        * Makefile.in (gencheck.o): Use HOST_CC.
        * i386/t-mingw32: New file.
        * configure.in (i386-*-mingw32*): Use.

From-SVN: r20073

gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/t-mingw32 [new file with mode: 0644]
gcc/configure
gcc/configure.in

index cf3ba23..43415cc 100644 (file)
@@ -1,3 +1,9 @@
+Tue May 26 23:47:52 1998  Mumit Khan <khan@xraylith.wisc.edu>
+
+       * Makefile.in (gencheck.o): Use HOST_CC.
+       * i386/t-mingw32: New file.
+       * configure.in (i386-*-mingw32*): Use.
+
 Tue May 26 07:31:04 1998  Richard Earnshaw (rearnsha@arm.com)
 
        * arm.c (bad_signed_byte_operand): New predicate function.
index c12b19d..2afcc22 100644 (file)
@@ -1325,6 +1325,9 @@ gencheck : gencheck.o tree.h tree.def $(HOST_LIBDEPS)
        $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
         gencheck.o $(HOST_LIBS)
 
+gencheck.o : gencheck.c hconfig.h system.h
+       $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gencheck.c
+
 dumpvers: dumpvers.c
 
 version.o: version.c
diff --git a/gcc/config/i386/t-mingw32 b/gcc/config/i386/t-mingw32
new file mode 100644 (file)
index 0000000..fe948c6
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# collect2 doesn't work for i386-mingw32* yet.
+#
+USE_COLLECT2=
index 2375741..7d584b8 100755 (executable)
@@ -2964,7 +2964,7 @@ for machine in $build $host $target; do
        i[34567]86-*-mingw32*)
                tm_file=i386/mingw32.h
                xm_file="${xm_file} i386/xm-mingw32.h"
-               tmake_file=i386/t-cygwin32
+               tmake_file="i386/t-cygwin32 i386/t-mingw32"
                extra_objs=winnt.o
                xmake_file=i386/x-cygwin32
                fixincludes=Makefile.in
index bb6b46c..3d97e05 100644 (file)
@@ -1120,7 +1120,7 @@ for machine in $build $host $target; do
        i[[34567]]86-*-mingw32*)
                tm_file=i386/mingw32.h
                xm_file="${xm_file} i386/xm-mingw32.h"
-               tmake_file=i386/t-cygwin32
+               tmake_file="i386/t-cygwin32 i386/t-mingw32"
                extra_objs=winnt.o
                xmake_file=i386/x-cygwin32
                fixincludes=Makefile.in