From 53ea106755cb29a6ee4ae243cc7fe04a068a3604 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 2 Sep 2007 06:00:00 +0000 Subject: . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work to be made gcc 4.2 compliant. --- java/jdk14/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java') diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 3c8270fbcb2d..d8009a47c26b 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -67,6 +67,10 @@ LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2 .include +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if defined(WITH_IPV6) CATEGORIES+= ipv6 .endif -- cgit v1.2.3