summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-19 17:51:17 +0000
committerkristerw <kristerw>2004-02-19 17:51:17 +0000
commit9c2305e7d8e922bc859979b0dfb27eebfde0d539 (patch)
tree984409eb184218d0250a05bc91e66688735f4be5 /lang/gcc
parent3499f7b7e993c044578d3ff45b7acd853a472474 (diff)
downloadpkgsrc-9c2305e7d8e922bc859979b0dfb27eebfde0d539.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