diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-17 17:54:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-17 17:54:05 +0000 |
commit | e94903eb0f98dea688ac3a009b97dfeb15a1a348 (patch) | |
tree | e01bca44d95e752576b69569ddae813f27fc920f /winsup/cygwin/ChangeLog | |
parent | e46892585a414ecf986e1fde9208595192179082 (diff) | |
download | cygnal-e94903eb0f98dea688ac3a009b97dfeb15a1a348.tar.gz cygnal-e94903eb0f98dea688ac3a009b97dfeb15a1a348.tar.bz2 cygnal-e94903eb0f98dea688ac3a009b97dfeb15a1a348.zip |
* configure.in: Detect "cross-hosting" situation and set appropriate variables
in Makefile to avoid building excess stuff.
* configure: Regenerate.
* Makefile.in: Accomodate above change.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8c9552b3f..f563f9238 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Sat Jun 17 13:51:48 2000 Christopher Faylor <cgf@cygnus.com> + + * configure.in: Detect "cross-hosting" situation and set appropriate + variables in Makefile to avoid building excess stuff. + * configure: Regenerate. + * Makefile.in: Accomodate above change. + Sat Jun 17 19:52:00 2000 Corinna Vinschen <corinna@vinschen.de> * pinfo.cc (pinfo_init): Revert previous patch. |