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/mh-cygwin32 | |
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/mh-cygwin32')
-rw-r--r-- | config/mh-cygwin32 | 6 |
1 files changed, 6 insertions, 0 deletions
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 |