diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-12-19 11:28:35 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-12-19 11:28:35 +0000 |
commit | 400ebff4948b6c5dfdb5a637a7b2877dacd57a1c (patch) | |
tree | bedda5029db8807ea842949ae9533ebd70d6ca49 /ChangeLog | |
parent | 8efea775498b72272831867e0ae0b5dbc9750ea8 (diff) | |
download | gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.zip gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.tar.gz gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.tar.bz2 |
configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove "$build" case for powerpc-*-darwin* since
it only affects bootstrap and could be tested on "$host" as well.
* configure: Regenerate.
* config/mh-ppc-darwin: Add to the stage1 cflags here.
From-SVN: r120049
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-12-19 Paolo Bonzini <bonzini@gnu.org> + * configure.in: Remove "$build" case for powerpc-*-darwin* since + it only affects bootstrap and could be tested on "$host" as well. + * configure: Regenerate. + * config/mh-ppc-darwin: Add to the stage1 cflags here. + +2006-12-19 Paolo Bonzini <bonzini@gnu.org> + PR bootstrap/29544 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING. (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags, |