Commit 11f39cf4 by Jason Merrill

oops

From-SVN: r16938
parent e701eb4d
...@@ -280,7 +280,7 @@ LIBGCC2 = libgcc2.a ...@@ -280,7 +280,7 @@ LIBGCC2 = libgcc2.a
# #
# -fexceptions is necessary for eh.o now that the exceptions are # -fexceptions is necessary for eh.o now that the exceptions are
# the default for g++ only. # 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@ 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. # Additional options to use when compiling libgcc2.a.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment