diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-12-19 17:04:55 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-12-19 17:04:55 +0000 |
commit | 8ef1f2df8fe104b817d8fc6f5b9d125daf70328e (patch) | |
tree | 2813b42d2ec00bf33f6f6363e406731ea5ee7a58 /ChangeLog | |
parent | d19bca389df2ebbed486e1df85b2319b30956a34 (diff) | |
download | gcc-8ef1f2df8fe104b817d8fc6f5b9d125daf70328e.zip gcc-8ef1f2df8fe104b817d8fc6f5b9d125daf70328e.tar.gz gcc-8ef1f2df8fe104b817d8fc6f5b9d125daf70328e.tar.bz2 |
commit changelogs for previous change
From-SVN: r108794
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |