diff options
author | Geoffrey Noer <noer@cygnus> | 1996-06-24 06:05:21 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-06-24 06:05:21 +0000 |
commit | e39c2bd2e21426e4a48dd0fc0d9698ae43b853e3 (patch) | |
tree | a11e6d08ecbd5308c2fb26298819bdbb71045164 /config | |
parent | c86c94ec31eb22e1cdd20834645bf13915d0ee55 (diff) | |
download | gdb-e39c2bd2e21426e4a48dd0fc0d9698ae43b853e3.zip gdb-e39c2bd2e21426e4a48dd0fc0d9698ae43b853e3.tar.gz gdb-e39c2bd2e21426e4a48dd0fc0d9698ae43b853e3.tar.bz2 |
Enable dosrel for special dos installation (appending of .exe to
installed binaries, etc...) for cygwin32-hosted toolchains. New
config/mh-cygwin32 which enables this.
Removed diff from list of things not buildable via Canadian Cross
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 |