diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2007-08-17 00:00:00 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2007-08-17 00:00:00 +0000 |
commit | bb286d711381516a8058524f73c2fc304db4e717 (patch) | |
tree | c1cd5bd2c987389d32d7944dcd05df6301bffa82 /contrib/ChangeLog | |
parent | db5b41105b6b13d00926ab8db7893ceba5d92eb4 (diff) | |
download | gcc-bb286d711381516a8058524f73c2fc304db4e717.zip gcc-bb286d711381516a8058524f73c2fc304db4e717.tar.gz gcc-bb286d711381516a8058524f73c2fc304db4e717.tar.bz2 |
Makefile.def (STAGE2_CFLAGS, [...]): Add to flags_to_pass.
ChangeLog:
* 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.
contrib/ChangeLog:
* compare-debug: New.
From-SVN: r127570
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index ca243b0..0f66bd2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2007-08-16 Alexandre Oliva <aoliva@redhat.com> + + * compare-debug: New. + 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> Andreas Schwab <schwab@suse.de> |