From 4e190cf35ce351b8470aced608eebfba027c9564 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 3 Feb 2001 04:17:58 +0000 Subject: [PATCH] cygwin.h (CPP_SPEC): Reorganize YA to better handle cross compilation environment. * config/i386/cygwin.h (CPP_SPEC): Reorganize YA to better handle cross compilation environment. * config/i386/t-cygwin (T_CPPFLAGS): Define CYGWIN_CROSS_DIR to allow control over location of cygwin includes and libs. From-SVN: r39426 --- gcc/ChangeLog | 7 +++++ gcc/config/i386/cygwin.h | 60 ++++++++++++++-------------------------- gcc/config/i386/t-cygwin | 2 ++ 3 files changed, 29 insertions(+), 40 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e3dbcaf330..cb97f0884ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Fri Feb 2 23:15:29 2001 Christopher Faylor + + * config/i386/cygwin.h (CPP_SPEC): Reorganize YA to better handle cross + compilation environment. + * config/i386/t-cygwin (T_CPPFLAGS): Define CYGWIN_CROSS_DIR to allow + control over location of cygwin includes and libs. + 2001-02-03 Michael Hayes