aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Ayers <d.ayers@inode.at>2006-06-20 10:45:08 +0200
committerDavid Ayers <ayers@gcc.gnu.org>2006-06-20 08:45:08 +0000
commit2a79fd67a509a9f020ed7492436c63eff7979802 (patch)
tree2d95ca66ddf6c4f6d25ea3b3771adebe0f1b2ac0 /ChangeLog
parent663230c4c2edd5ddf06c261cc8db9be549fc6b3e (diff)
downloadgcc-2a79fd67a509a9f020ed7492436c63eff7979802.zip
gcc-2a79fd67a509a9f020ed7492436c63eff7979802.tar.gz
gcc-2a79fd67a509a9f020ed7492436c63eff7979802.tar.bz2
re PR bootstrap/28072 (target-boehm-gc is being build for targets that do not support it)
2006-06-20 David Ayers <d.ayers@inode.at> PR bootstrap/28072 * configure.in: Add target-boehm-gc to noconfigdirs depending on whether target-libjava is being configured instead of whether the java front end is enabled. * configure: Regenerate. From-SVN: r114808
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a75fea1..3af22e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-20 David Ayers <d.ayers@inode.at>
+
+ PR bootstrap/28072
+ * configure.in: Add target-boehm-gc to noconfigdirs depending on
+ whether target-libjava is being configured instead of whether the
+ java front end is enabled.
+ * configure: Regenerate.
+
2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR target/27540