This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default
- From: "ayers at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2006 20:18:32 -0000
- Subject: [Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default
- References: <bug-27963-81@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ayers at gcc dot gnu dot org 2006-06-08 20:18 -------
Hello,
I followed the advice given here:
http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00886.html
I believe "noconfigdir" is supposed to mean "not supported" so in this case the
correct "patch" would be to remove tartget-boehm-gc if in fact it is supported
by the platform, as we will later remove it again if it wasn't requested by
libobjc and not needed by java.
If I get a get a list of targets for which I should re-enable target-boehm-gc
(and possibly pre approval) I can certainly come up with a patch (it's just a
matter of removing target-boehm-gc from the appropriate noconfigdir entry).
Cheers,
David
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27963