*** gcc/Makefile.in.ORIG Sat May 31 21:30:31 2008 --- gcc/Makefile.in Sat May 31 21:31:43 2008 *************** *** 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 *************** *** 556,562 **** # 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 \ --- 556,562 ---- # 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 \ *************** *** 570,576 **** 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) --- 570,576 ---- 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)