aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-12-19 11:28:35 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2006-12-19 11:28:35 +0000
commit400ebff4948b6c5dfdb5a637a7b2877dacd57a1c (patch)
treebedda5029db8807ea842949ae9533ebd70d6ca49 /ChangeLog
parent8efea775498b72272831867e0ae0b5dbc9750ea8 (diff)
downloadgcc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb17edc..ab20b13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,