aboutsummaryrefslogtreecommitdiff
path: root/config/mh-go32
blob: d18f082faeb2fd6a29e4d78662606d2998ad1789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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