diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-24 22:46:11 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-24 22:46:11 +0000 |
commit | 23718fc7da88cecb4ee32da40f01d4e9d7bdbe17 (patch) | |
tree | cc050c7fb1cfe191f8a863339f11d3cf33e2dc64 /gcc/config/i386/t-cygwin | |
parent | 6ba3324dfdfff5123cace9871a9e2344e813ea28 (diff) | |
download | gcc-23718fc7da88cecb4ee32da40f01d4e9d7bdbe17.tar.gz |
Include new cygwin include directories
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-cygwin')
-rw-r--r-- | gcc/config/i386/t-cygwin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/i386/t-cygwin b/gcc/config/i386/t-cygwin index 2787961d235..1e74ff01a3b 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 |