diff options
author | Christopher Faylor <me@cgf.cx> | 2008-10-12 23:58:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-10-12 23:58:17 +0000 |
commit | a7844a1841d0ee1d84ebba6774aca2d65a4d749e (patch) | |
tree | d7320b410b9efe305a5f730e6e1685d3a8534c91 /winsup/mingw/ChangeLog | |
parent | 391f2a8eed772409ed8c95020e079c98eeaefce2 (diff) | |
download | newlib-a7844a1841d0ee1d84ebba6774aca2d65a4d749e.zip newlib-a7844a1841d0ee1d84ebba6774aca2d65a4d749e.tar.gz newlib-a7844a1841d0ee1d84ebba6774aca2d65a4d749e.tar.bz2 |
* Makefile.in: Use a different method to invoke gcc in a cygwin-hosted
environment.
* mingwex/Makefile.in: Ditto.
* profile/Makefile.in: Ditto.
* configure.in: Record mingw front-end for building under Cygwin.
* mingwex/configure.in: Ditto.
* profile/configure.in: Ditto.
* configure: Regenerate.
* mingwex/configure: Ditto.
* profile/configure: Ditto.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 9e66a87..beb934b 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,16 @@ +2008-10-12 Christopher Faylor <me+cygwin@cgf.cx> + + * Makefile.in: Use a different method to invoke gcc in a cygwin-hosted + environment. + * mingwex/Makefile.in: Ditto. + * profile/Makefile.in: Ditto. + * configure.in: Record mingw front-end for building under Cygwin. + * mingwex/configure.in: Ditto. + * profile/configure.in: Ditto. + * configure: Regenerate. + * mingwex/configure: Ditto. + * profile/configure: Ditto. + 2008-10-11 Keith Marshall <keithmarshall@users.sourceforge.net> Use de-facto standard Makefile goals to invoke test suite. |