dummy commit before egcs merge
[deliverable/binutils-gdb.git] / config / mh-go32
... / ...
CommitLineData
1# We don't want to use debugging information on DOS. Unfortunately,
2# this requires that we set CFLAGS.
3# This used to set -fno-omit-frame-pointer.
4CFLAGS=-O2
5# start-sanitize-cygnus
6
7# We set MAKEINFOFLAGS to not split .info files, because the resulting
8# file names don't work on DOS.
9MAKEINFOFLAGS=--no-split
10
11# This does some sort of DOS specific installation, I guess.
12INSTALL_DOSREL=install-dosrel
13# end-sanitize-cygnus
This page took 0.024 seconds and 4 git commands to generate.