diff options
author | Christopher Faylor <cgf@cygnus.com> | 2000-01-24 22:46:11 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2000-01-24 22:46:11 +0000 |
commit | a1e3399aef401eeaf607e8f4f1aa026cd3835209 (patch) | |
tree | cc050c7fb1cfe191f8a863339f11d3cf33e2dc64 /gcc | |
parent | 7a53e94bc899e50b7fc61ad9acbc3ce18c4607e7 (diff) | |
download | gcc-a1e3399aef401eeaf607e8f4f1aa026cd3835209.zip gcc-a1e3399aef401eeaf607e8f4f1aa026cd3835209.tar.gz gcc-a1e3399aef401eeaf607e8f4f1aa026cd3835209.tar.bz2 |
Include new cygwin include directories
From-SVN: r31595
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/t-cygwin | 4 |
2 files changed, 8 insertions, 1 deletions
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 <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. 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 |