diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 20:52:24 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 20:52:24 +0000 |
commit | 34e143dd569feaa772637aabbdd4220d02cf61c0 (patch) | |
tree | 57980498738e38b67a6062b061139689b6d85954 /lang/gcc34 | |
parent | 37ca0f77c1ee6ce9956d61ef4de918d019a2066d (diff) | |
download | pkgsrc-34e143dd569feaa772637aabbdd4220d02cf61c0.tar.gz |
Temporarily mark as not for Interix, until platform config and libtool fixed.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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' |