* remote-mips.c: Clean up comment and extraneous semicolon
[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
89f6ecb1
GN
5# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
6# build without debugging information
7
8LIBGCC2_DEBUG_CFLAGS=
9
e39c2bd2
GN
10# We set MAKEINFOFLAGS to not split .info files, because the resulting
11# file names don't work on DOS.
12MAKEINFOFLAGS=--no-split
13
23d397eb 14# custom installation rules for cygwin32 (append .exe to binaries, etc.)
e39c2bd2 15INSTALL_DOSREL=install-dosrel
This page took 0.041969 seconds and 4 git commands to generate.