diff options
Diffstat (limited to 'config/mh-go32')
-rw-r--r-- | config/mh-go32 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/mh-go32 b/config/mh-go32 deleted file mode 100644 index d18f082..0000000 --- a/config/mh-go32 +++ /dev/null @@ -1,13 +0,0 @@ -# We don't want to use debugging information on DOS. Unfortunately, -# this requires that we set CFLAGS. -# This used to set -fno-omit-frame-pointer. -CFLAGS=-O2 -# start-sanitize-cygnus - -# 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 -# end-sanitize-cygnus |