]> Git Repo - binutils.git/blob - config/mh-cygwin
1999-01-26 Jason Molenda ([email protected])
[binutils.git] / config / mh-cygwin
1 # We don't want debugging info in Win32-hosted toolchains.
2 # Accomplish this by overriding CFLAGS.
3 CFLAGS=-O2
4 CXXFLAGS=-O2
5
6 # We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
7 # built without debugging information
8
9 LIBGCC2_DEBUG_CFLAGS=
10 EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
11 EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
12
13 all-gdb: all-libtermcap
14
15 install-gdb: all-libtermcap
This page took 0.02444 seconds and 4 git commands to generate.