*** gcc/Makefile.in.ORIG Fri Dec 11 23:08:47 2009 --- gcc/Makefile.in Fri Dec 11 23:10:03 2009 *************** *** 145,151 **** # TCFLAGS is used for compilations with the GCC just built. XCFLAGS = TCFLAGS = ! CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ # Flags to determine code coverage. When coverage is disabled, this will --- 145,151 ---- # TCFLAGS is used for compilations with the GCC just built. XCFLAGS = TCFLAGS = ! CFLAGS = -O2 LDFLAGS = @LDFLAGS@ # Flags to determine code coverage. When coverage is disabled, this will *************** *** 576,582 **** # Options to use when compiling libgcc2.a. # ! LIBGCC2_DEBUG_CFLAGS = -g LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \ $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \ -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \ --- 576,582 ---- # Options to use when compiling libgcc2.a. # ! LIBGCC2_DEBUG_CFLAGS = LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \ $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \ -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \ *************** *** 590,596 **** TARGET_LIBGCC2_CFLAGS = # Options to use when compiling crtbegin/end. ! CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \ -finhibit-size-directive -fno-inline-functions -fno-exceptions \ -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize \ $(INHIBIT_LIBC_CFLAGS) --- 590,596 ---- TARGET_LIBGCC2_CFLAGS = # Options to use when compiling crtbegin/end. ! CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \ -finhibit-size-directive -fno-inline-functions -fno-exceptions \ -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize \ $(INHIBIT_LIBC_CFLAGS)