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