diff options
author | David Ayers <d.ayers@inode.at> | 2006-06-20 10:45:08 +0200 |
---|---|---|
committer | David Ayers <ayers@gcc.gnu.org> | 2006-06-20 08:45:08 +0000 |
commit | 2a79fd67a509a9f020ed7492436c63eff7979802 (patch) | |
tree | 2d95ca66ddf6c4f6d25ea3b3771adebe0f1b2ac0 /ChangeLog | |
parent | 663230c4c2edd5ddf06c261cc8db9be549fc6b3e (diff) | |
download | gcc-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |