From: meissner Date: Mon, 24 Jan 2000 22:46:11 +0000 (+0000) Subject: Include new cygwin include directories X-Git-Tag: upstream/4.9.2~103565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23718fc7da88cecb4ee32da40f01d4e9d7bdbe17;p=platform%2Fupstream%2Flinaro-gcc.git Include new cygwin include directories git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31595 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 159d95b..c37e2ac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-01-24 Christopher Faylor + + * config/i386/t-cygwin: Accomodate new winsup directory layout + when searching for include files. + 2000-01-24 Richard Henderson * rtl.def: Add unordered fp comparisions. diff --git a/gcc/config/i386/t-cygwin b/gcc/config/i386/t-cygwin index 2787961..1e74ff0 100644 --- a/gcc/config/i386/t-cygwin +++ b/gcc/config/i386/t-cygwin @@ -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