From 5e36931b250b19fdef55eec8e5e2c9da626b6c5e Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 21 Jan 2005 20:52:24 +0000 Subject: Temporarily mark as not for Interix, until platform config and libtool fixed. --- lang/gcc34/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/gcc34/Makefile') diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 12107e031fc..8e9b835615e 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/11/15 11:38:42 shannonjr Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/21 20:52:24 tv Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -15,6 +15,8 @@ COMMENT= This is the gcc 3.4 compiler BUILD_USES_MSGFMT= YES GCC_VERSION= 3.4.3 +NOT_FOR_PLATFORM= Interix-*-* + .include "../../mk/bsd.prefs.mk" # Determine whether to use binutils @@ -56,8 +58,8 @@ BUILD_DEFS= BUILD_ADA BUILD_CXX BUILD_F77 \ BUILD_JAVA BUILD_OBJC BUILD_ADA?= NO BUILD_CXX?= YES -BUILD_F77?= YES -BUILD_JAVA?= NO +BUILD_F77?= NO +BUILD_JAVA?= YES BUILD_OBJC?= YES LANGS='c' -- cgit v1.2.3