Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / 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
16         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c