Include new cygwin include directories

From-SVN: r31595
This commit is contained in:
Christopher Faylor 2000-01-24 22:46:11 +00:00 committed by Michael Meissner
parent 7a53e94bc8
commit a1e3399aef
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-01-24 Christopher Faylor <cgf@cygnus.com>
* config/i386/t-cygwin: Accomodate new winsup directory layout
when searching for include files.
2000-01-24 Richard Henderson <rth@cygnus.com>
* rtl.def: Add unordered fp comparisions.

View File

@ -10,7 +10,9 @@ LIMITS_H_TEST = true
# If we are building next to winsup, this will let us find the real
# limits.h when building libgcc2. Otherwise, winsup must be installed
# first.
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include \
-I$(srcdir)/../winsup/cygwin/include \
-I$(srcdir)/../winsup/w32api/include
winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c