diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2007-08-17 00:03:44 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2007-08-17 00:03:44 +0000 |
commit | 8520c40866978c72f704ea159afbab994a829ff2 (patch) | |
tree | 8f6784adcdd8ad0af59b20bf06af65cf1e76f4c5 /ChangeLog | |
parent | db6d03e8ff382fea30f5461b74601e579a85996f (diff) | |
download | gdb-8520c40866978c72f704ea159afbab994a829ff2.zip gdb-8520c40866978c72f704ea159afbab994a829ff2.tar.gz gdb-8520c40866978c72f704ea159afbab994a829ff2.tar.bz2 |
* 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-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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> |