From: Geoffrey Noer Date: Wed, 26 Mar 1997 02:21:57 +0000 (+0000) Subject: Tue Mar 25 18:16:43 1997 Geoffrey Noer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89f6ecb17b58f7c61e95d450237728cd20c038be;p=binutils-gdb.git Tue Mar 25 18:16:43 1997 Geoffrey Noer * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info isn't included in cygwin32-hosted libgcc2.a by default --- diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 index 2d7035ec116..29d4bc68287 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