diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 18 | ||||
-rw-r--r-- | config/mh-cygwin32 | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index ec3c1ee..5a95fb8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,23 @@ +Sun Jun 23 22:59:25 1996 Geoffrey Noer <noer@cygnus.com> + + * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry. + +Tue Mar 26 14:10:41 1996 Ian Lance Taylor <ian@cygnus.com> + + * mh-go32 (CFLAGS): Define. + +Thu Mar 14 19:20:54 1996 Ian Lance Taylor <ian@cygnus.com> + + * mh-necv4: New file. + Thu Feb 15 13:07:43 1996 Ian Lance Taylor <ian@cygnus.com> + * mh-cxux (CC): New variable. + (CFLAGS, LDFLAGS): Remove. + * mh-ncrsvr43 (CC): New variable. + (CFLAGS): Remove. + * mh-solaris (CFLAGS): Remove. + * mh-go32: Remove most variable settings, since they presumed a Canadian Cross, which is now handled correctly by the configure script. diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 new file mode 100644 index 0000000..14a9f89 --- /dev/null +++ b/config/mh-cygwin32 @@ -0,0 +1,6 @@ +# We set MAKEINFOFLAGS to not split .info files, because the resulting +# file names don't work on DOS. +MAKEINFOFLAGS=--no-split + +# This does some sort of DOS specific installation, I guess. +INSTALL_DOSREL=install-dosrel |