Thu Mar 27 15:52:40 1997 Geoffrey Noer <noer@cygnus.com>
[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
01c5ffac 4CXXFLAGS=-O2
e13247a2 5
89f6ecb1
GN
6# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
7# build without debugging information
8
9LIBGCC2_DEBUG_CFLAGS=
10
e39c2bd2
GN
11# We set MAKEINFOFLAGS to not split .info files, because the resulting
12# file names don't work on DOS.
13MAKEINFOFLAGS=--no-split
14
23d397eb 15# custom installation rules for cygwin32 (append .exe to binaries, etc.)
e39c2bd2 16INSTALL_DOSREL=install-dosrel
This page took 0.041986 seconds and 4 git commands to generate.