diff options
author | tv <tv@pkgsrc.org> | 2004-10-08 14:42:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-08 14:42:55 +0000 |
commit | 0def789aba354787ecfe3d59797ca02cc9ee52f0 (patch) | |
tree | 773ec9b5fb47120e96ae10b23b3fcd567af0ce55 /lang/gcc3 | |
parent | 501013da4f9e3effd4dbfaa7a7ca63e24b741223 (diff) | |
download | pkgsrc-0def789aba354787ecfe3d59797ca02cc9ee52f0.tar.gz |
No target information is available for Interix; disable it here.
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index 0e13a93ae23..e4c89cbab34 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2004/09/26 21:38:03 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/10/08 14:42:55 tv Exp $ GCC_VERSION= 3.3.4 DISTNAME= gcc-${GCC_VERSION} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html -NOT_FOR_PLATFORM= Darwin-*-* +NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* USE_BUILDLINK3= yes USE_PKGINSTALL= yes |