t-cygwin revision 90075
152284SobrienLIB1ASMSRC = i386/cygwin.asm
252284SobrienLIB1ASMFUNCS = _chkstk
352284Sobrien
452284Sobrien# cygwin always has a limits.h, but, depending upon how we are doing
552284Sobrien# the build, it may not be installed yet.
652284SobrienLIMITS_H_TEST = true
752284Sobrien
890075SobrienT_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(build_tooldir)\"
990075Sobrien
1052284Sobrien# If we are building next to winsup, this will let us find the real
1152284Sobrien# limits.h when building libgcc2.  Otherwise, winsup must be installed
1252284Sobrien# first.
1390075SobrienLIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include \
1490075Sobrien	-I$(srcdir)/../winsup/cygwin/include \
1590075Sobrien	-I$(srcdir)/../winsup/w32api/include
1652284Sobrien
1790075Sobrienwinnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H)
1852284Sobrien	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
1990075Sobrien
2090075Sobrien# Don't run fixproto
2190075SobrienSTMP_FIXPROTO =
22