From 8fcda83e7e42baafcdbe7dda0265b92afe911855 Mon Sep 17 00:00:00 2001 From: gerald Date: Mon, 5 Jun 2006 19:50:05 +0000 Subject: Enable Java/libgcj for those platforms it currently works (i386) rather than disabling it for platforms we know it's broken. --- lang/gcc41/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc41') diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 5b82cb9..94982b4 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -44,7 +44,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 +.if ${ARCH} != i386 WITHOUT_JAVA= yes .endif -- cgit v1.1