aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-12-04 04:41:53 -0500
committerJason Merrill <jason@gcc.gnu.org>1997-12-04 04:41:53 -0500
commit11f39cf45fe48480da4e44327767f0ac7e77d30e (patch)
treec7c4dfc32cf72123080f9aa91771d3106f0a2807 /gcc
parente701eb4de0b60d5ceac3ec4d9be03f7e39a57103 (diff)
downloadgcc-11f39cf45fe48480da4e44327767f0ac7e77d30e.zip
gcc-11f39cf45fe48480da4e44327767f0ac7e77d30e.tar.gz
gcc-11f39cf45fe48480da4e44327767f0ac7e77d30e.tar.bz2
oops
From-SVN: r16938
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index e1fe812..5f0acfc 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.