summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2007-08-17 00:03:44 +0000
committerAlexandre Oliva <aoliva@redhat.com>2007-08-17 00:03:44 +0000
commit2b41ef78c2df9e5fe990703b33ec9813de55e380 (patch)
treeaa08b7dce7059bbb9ca4d5a99dbd285ca73a08f8 /ChangeLog
parent49813813a7c02f8bcd7e528e5b04bf303bcbe532 (diff)
downloadcygnal-2b41ef78c2df9e5fe990703b33ec9813de55e380.tar.gz
cygnal-2b41ef78c2df9e5fe990703b33ec9813de55e380.tar.bz2
cygnal-2b41ef78c2df9e5fe990703b33ec9813de55e380.zip
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. (bootstrap2-debug, bootstrap-debug): New bootstrap stages. * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. (do-compare, do-compare3, do-compare-debug): New. ([+compare-target+]): Use them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 547d3501c..6cfa8daf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-08-16 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
+ Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
+ (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
+ * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
+ (do-compare, do-compare3, do-compare-debug): New.
+ ([+compare-target+]): Use them.
+
+2007-08-16 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
+ Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
+ (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
+ * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
+ (do-compare, do-compare3, do-compare-debug): New.
+ ([+compare-target+]): Use them.
+
2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ben Elliston <bje@au.ibm.com>