From 11f39cf45fe48480da4e44327767f0ac7e77d30e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 4 Dec 1997 04:41:53 -0500 Subject: [PATCH] oops From-SVN: r16938 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e1fe81241ad..5f0acfc0198 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -280,7 +280,7 @@ LIBGCC2 = libgcc2.a # # -fexceptions is necessary for eh.o now that the exceptions are # the default for g++ only. -LIBGCC2_DEBUG_CFLAGS = -g +LIBGCC2_DEBUG_CFLAGS = -g1 LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions @inhibit_libc@ # Additional options to use when compiling libgcc2.a. -- 2.30.2