mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 18:45:22 +08:00
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
This commit is contained in:
parent
74cd6867e7
commit
1a4bf22fb1
@ -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.
|
||||
|
@ -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
|
||||
|
4
gcc/config/i386/t-mingw32
Normal file
4
gcc/config/i386/t-mingw32
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
# collect2 doesn't work for i386-mingw32* yet.
|
||||
#
|
||||
USE_COLLECT2=
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user