[PATCH, committed]: Remove accidental addition of -dU to BOOT_CFLAGS

Daniel Berlin dberlin@dberlin.org
Fri Aug 13 15:53:00 GMT 2004


This accidently slipped into the tree that i committed the lambda-mat 
changes on a few days ago (i thought it was completely clean, but I 
wasn't looking closely enough, apparently).
I verified nothing else slipped into that commit that shouldn't have.
Sorry about that.


Committed as obvious.

2004-08-13  Daniel Berlin  <dberlin@dberlin.org>

     * Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU.


Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1343
diff -u -3 -p -u -p -r1.1343 Makefile.in
--- Makefile.in 12 Aug 2004 07:48:51 -0000      1.1343
+++ Makefile.in 13 Aug 2004 15:29:32 -0000
@@ -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



More information about the Gcc-patches mailing list