mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00:00
6cd41c5e70
* mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer. Also Sanitize out MAKEINFOFLAGS and INSTALL_DOSREL unless keep-cygnus.
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
# 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
|
|
|
|
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
|
# file names don't work on DOS.
|
|
MAKEINFOFLAGS=--no-split
|
|
|
|
# This does some sort of DOS specific installation, I guess.
|
|
INSTALL_DOSREL=install-dosrel
|
|
# end-sanitize-cygnus
|