]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - config/mh-go32
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / config / mh-go32
CommitLineData
5adc7b9b
ILT
1# We don't want to use debugging information on DOS. Unfortunately,
2# this requires that we set CFLAGS.
6cd41c5e
ILT
3# This used to set -fno-omit-frame-pointer.
4CFLAGS=-O2
5# start-sanitize-cygnus
5adc7b9b
ILT
6
7# We set MAKEINFOFLAGS to not split .info files, because the resulting
8# file names don't work on DOS.
eebd76cb
SC
9MAKEINFOFLAGS=--no-split
10
5adc7b9b 11# This does some sort of DOS specific installation, I guess.
09985c96 12INSTALL_DOSREL=install-dosrel
6cd41c5e 13# end-sanitize-cygnus