*** gcc/Makefile.in.ORIG Tue Nov 27 20:34:31 2007 --- gcc/Makefile.in Tue Nov 27 20:35:54 2007 *************** *** 151,161 **** # TCFLAGS is used for compilations with the GCC just built. XCFLAGS = TCFLAGS = ! CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ ! STAGE1_CFLAGS = -g @stage1_cflags@ STAGE1_CHECKING_CFLAGS = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING ! BOOT_CFLAGS = -g -O2 # Flags to determine code coverage. When coverage is disabled, this will # contain the optimization flags, as you normally want code coverage --- 151,161 ---- # TCFLAGS is used for compilations with the GCC just built. XCFLAGS = TCFLAGS = ! CFLAGS = -O2 LDFLAGS = @LDFLAGS@ ! STAGE1_CFLAGS = -O2 @stage1_cflags@ STAGE1_CHECKING_CFLAGS = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING ! BOOT_CFLAGS = -O2 # Flags to determine code coverage. When coverage is disabled, this will # contain the optimization flags, as you normally want code coverage *************** *** 552,558 **** # 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 \ --- 552,558 ---- # 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 \ *************** *** 566,572 **** 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 \ $(INHIBIT_LIBC_CFLAGS) --- 566,572 ---- 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 \ $(INHIBIT_LIBC_CFLAGS)