. Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work

to be made gcc 4.2 compliant.
This commit is contained in:
Greg Lewis 2007-09-02 06:00:00 +00:00
parent 483a3a3beb
commit 53ea106755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198628

View File

@ -67,6 +67,10 @@ LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if defined(WITH_IPV6)
CATEGORIES+= ipv6
.endif