1996-03-26 19:12:19 +00:00
|
|
|
# We don't want to use debugging information on DOS. Unfortunately,
|
|
|
|
# this requires that we set CFLAGS.
|
1997-07-23 16:33:04 +00:00
|
|
|
# This used to set -fno-omit-frame-pointer.
|
|
|
|
CFLAGS=-O2
|
|
|
|
# start-sanitize-cygnus
|
1996-03-26 19:12:19 +00:00
|
|
|
|
|
|
|
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
|
|
|
# file names don't work on DOS.
|
1994-05-06 21:25:45 +00:00
|
|
|
MAKEINFOFLAGS=--no-split
|
|
|
|
|
1996-03-26 19:12:19 +00:00
|
|
|
# This does some sort of DOS specific installation, I guess.
|
1994-05-20 15:28:26 +00:00
|
|
|
INSTALL_DOSREL=install-dosrel
|
1997-07-23 16:33:04 +00:00
|
|
|
# end-sanitize-cygnus
|