binutils-gdb/config/mh-go32

14 lines
427 B
Plaintext
Raw Normal View History

1996-03-26 20:12:19 +01:00
# 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
1996-03-26 20:12:19 +01:00
# We set MAKEINFOFLAGS to not split .info files, because the resulting
# file names don't work on DOS.
MAKEINFOFLAGS=--no-split
1996-03-26 20:12:19 +01:00
# This does some sort of DOS specific installation, I guess.
1994-05-20 17:28:26 +02:00
INSTALL_DOSREL=install-dosrel
# end-sanitize-cygnus