* stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
[deliverable/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
This page took 0.029072 seconds and 4 git commands to generate.