Handle BSD make and its liking for `set -e'
[deliverable/binutils-gdb.git] / config / mh-cygwin32
CommitLineData
e13247a2
GN
1# We don't want debugging info in Win32-hosted toolchains.
2# Accomplish this by overriding CFLAGS.
3CFLAGS=-O2
4
e39c2bd2
GN
5# We set MAKEINFOFLAGS to not split .info files, because the resulting
6# file names don't work on DOS.
7MAKEINFOFLAGS=--no-split
8
23d397eb 9# custom installation rules for cygwin32 (append .exe to binaries, etc.)
e39c2bd2 10INSTALL_DOSREL=install-dosrel
This page took 0.041433 seconds and 4 git commands to generate.