diff options
author | Geoffrey Noer <noer@cygnus> | 1997-03-26 02:21:57 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-03-26 02:21:57 +0000 |
commit | 89f6ecb17b58f7c61e95d450237728cd20c038be (patch) | |
tree | 3190834bb101c44b26a5b8cd655f5b73c52e8285 /config | |
parent | 0391b23d7b786b70ba4f12c4e2f889115213dd35 (diff) | |
download | gdb-89f6ecb17b58f7c61e95d450237728cd20c038be.zip gdb-89f6ecb17b58f7c61e95d450237728cd20c038be.tar.gz gdb-89f6ecb17b58f7c61e95d450237728cd20c038be.tar.bz2 |
Tue Mar 25 18:16:43 1997 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
isn't included in cygwin32-hosted libgcc2.a by default
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-cygwin32 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index 2d7035e..29d4bc6 100644 --- a/config/mh-cygwin32 +++ b/config/mh-cygwin32 @@ -2,6 +2,11 @@ # Accomplish this by overriding CFLAGS. CFLAGS=-O2 +# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be +# build without debugging information + +LIBGCC2_DEBUG_CFLAGS= + # We set MAKEINFOFLAGS to not split .info files, because the resulting # file names don't work on DOS. MAKEINFOFLAGS=--no-split |