OSDN Git Service

* i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / t-cygwin
1 LIBGCC1 = libgcc1-asm.a
2 CROSS_LIBGCC1 = libgcc1-asm.a
3 LIB1ASMSRC = i386/cygwin.asm
4 LIB1ASMFUNCS = _chkstk
5
6 # cygwin always has a limits.h, but, depending upon how we are doing
7 # the build, it may not be installed yet.
8 LIMITS_H_TEST = true
9
10 # If we are building next to winsup, this will let us find the real
11 # limits.h when building libgcc2.  Otherwise, winsup must be installed
12 # first.
13 LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include
14
15 winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
16         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c