summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-02-19 17:51:17 +0000
committerkristerw <kristerw@pkgsrc.org>2004-02-19 17:51:17 +0000
commitda0229e8a463561f521315ff05d8ebd8f7125699 (patch)
tree984409eb184218d0250a05bc91e66688735f4be5 /lang/gcc
parent71abe0f10f270f36bb907cf4eae303a4e1dd1e26 (diff)
downloadpkgsrc-da0229e8a463561f521315ff05d8ebd8f7125699.tar.gz
gcc 2.95 does not support the x86_64 architecture.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index e1d5bc15d15..854d766dfca 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.75 2004/02/19 17:51:17 kristerw Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 5
@@ -15,7 +15,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
COMMENT= GNU Compiler Collection, version 2
-NOT_FOR_PLATFORM= Darwin-*-*
+NOT_FOR_PLATFORM= Darwin-*-* *-*-x86_64
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES