]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - config/mh-go32
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / config / mh-go32
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.
4 CFLAGS=-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.
9 MAKEINFOFLAGS=--no-split
10
11 # This does some sort of DOS specific installation, I guess.
12 INSTALL_DOSREL=install-dosrel
13 # end-sanitize-cygnus