Commit 1a4bf22f by Mumit Khan Committed by Jeff Law

Makefile.in (gencheck.o): Use HOST_CC.

        * Makefile.in (gencheck.o): Use HOST_CC.
        * i386/t-mingw32: New file.
        * configure.in (i386-*-mingw32*): Use.

From-SVN: r20073
parent 74cd6867
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.
......
......@@ -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
......
#
# collect2 doesn't work for i386-mingw32* yet.
#
USE_COLLECT2=
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment