OSDN Git Service

* config/i386/i386.c (ix86_expand_setcc): Don't use method 0
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / t-cygwin
1 LIB1ASMSRC = i386/cygwin.asm
2 LIB1ASMFUNCS = _chkstk
3
4 # cygwin always has a limits.h, but, depending upon how we are doing
5 # the build, it may not be installed yet.
6 LIMITS_H_TEST = true
7
8 T_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(build_tooldir)\"
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         -I$(srcdir)/../winsup/cygwin/include \
15         -I$(srcdir)/../winsup/w32api/include
16
17 winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H) $(CONFIG_H)
18         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c