* config/tc-mips.c (md_parse_option): When debugging, set
[deliverable/binutils-gdb.git] / config / mh-cygwin32
1 # We don't want debugging info in Win32-hosted toolchains.
2 # Accomplish this by overriding CFLAGS.
3 CFLAGS=-O2
4
5 # We set MAKEINFOFLAGS to not split .info files, because the resulting
6 # file names don't work on DOS.
7 MAKEINFOFLAGS=--no-split
8
9 # custom installation rules for cygwin32 (append .exe to binaries, etc.)
10 INSTALL_DOSREL=install-dosrel
This page took 0.030844 seconds and 4 git commands to generate.