This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[pph] Fix broken bootstrap


I didn't test my merge properly earlier today.  I put the trunk
revision information in BASE-VER, which added a space to the
string.  This confused the pre-processor symbols where that
string is baked in.

Fixed with this.  Lawrence, apologies for the breakage!

Tested on x86_64.  Committed to the branch.


Diego.

2010-12-17  Diego Novillo  <dnovillo@google.com>

	Fix broken bootstrap.

	* BASE-VER: Move trunk revision suffix...
	* DATESTAMP: ... here.


Index: DATESTAMP
===================================================================
--- DATESTAMP	(revision 167996)
+++ DATESTAMP	(working copy)
@@ -1 +1 @@
-20101216
+20101216 (trunk r167963)
Index: BASE-VER
===================================================================
--- BASE-VER	(revision 167996)
+++ BASE-VER	(working copy)
@@ -1 +1 @@
-4.6.0-pph (trunk r167963)
+4.6.0-pph


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]