From: Daniel Berlin Date: Fri, 13 Aug 2004 15:29:58 +0000 (+0000) Subject: Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU. X-Git-Tag: releases/gcc-4.0.0~5917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bcc9490cb4ac565b9226625aa1132b65eab0250;p=thirdparty%2Fgcc.git Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU. 2004-08-13 Daniel Berlin * Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU. From-SVN: r85943 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 47c8fb2c053f..2131804b00d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-13 Daniel Berlin + + * Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU. + 2004-08-13 J"orn Rennecke * sh.md (cbranch define_delay) Use cond_delay_slot for diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e58a3a2141b2..c3bbe3ce922e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -140,7 +140,7 @@ XCFLAGS = TCFLAGS = CFLAGS = -g STAGE1_CFLAGS = -g @stage1_cflags@ -BOOT_CFLAGS = -g -O2 -dU +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