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-Tag: prereleases/libstdc++-2.92~1158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e190cf35ce351b8470aced608eebfba027c9564;p=thirdparty%2Fgcc.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 1e3dbcaf330a..cb97f0884ffb 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