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 | 5e36931b250b19fdef55eec8e5e2c9da626b6c5e (patch) | |
tree | 57980498738e38b67a6062b061139689b6d85954 /lang | |
parent | 9ffe6ffbbf1c5fa0c4451423db851da23e2b1370 (diff) | |
download | pkgsrc-5e36931b250b19fdef55eec8e5e2c9da626b6c5e.tar.gz |
Temporarily mark as not for Interix, until platform config and libtool fixed.
Diffstat (limited to 'lang')
-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' |