diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-19 17:04:55 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-19 17:04:55 +0000 |
commit | 9ca214be619f9d5536e88fa46b94cedfc9d4e599 (patch) | |
tree | 2813b42d2ec00bf33f6f6363e406731ea5ee7a58 /ChangeLog | |
parent | 9d44a80215cae63598a3982edd1a67d23bd9f725 (diff) | |
download | ppe42-gcc-9ca214be619f9d5536e88fa46b94cedfc9d4e599.tar.gz ppe42-gcc-9ca214be619f9d5536e88fa46b94cedfc9d4e599.zip |
commit changelogs for previous change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3e9c63eced0..2b81292ab0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-12-19 Paolo Bonzini <bonzini@gnu.org> + + * configure.in: Select appropriate fragments for PowerPC/AIX. + * configure: Regenerate. + + * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS, + BOOT_CFLAGS, BOOT_LDFLAGS. + * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS, + BOOT_CFLAGS, BOOT_LDFLAGS. + (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET. + (stage[+id+]-bubble): Pass flags recursively to the comparison target. + (stage): Fail if we cannot complete the work. + * Makefile.in: Regenerate. + 2005-12-16 Nathan Sidwell <nathan@codesourcery.com> * configure.in: Replace ms1 with mt. |