From: Christopher Faylor Date: Sat, 3 Feb 2001 04:17:58 +0000 (+0000) Subject: cygwin.h (CPP_SPEC): Reorganize YA to better handle cross compilation environment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e190cf35ce351b8470aced608eebfba027c9564;p=gcc.git 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 --- 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