Include new cygwin include directories
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2000 22:46:11 +0000 (22:46 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2000 22:46:11 +0000 (22:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31595 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/t-cygwin

index 159d95b..c37e2ac 100644 (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.
index 2787961..1e74ff0 100644 (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