summaryrefslogtreecommitdiff
path: root/lang/pgcc
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-28 23:51:12 +0000
committerjlam <jlam>2001-02-28 23:51:12 +0000
commited7e79701037aefa65e70ff3b0652c42c3efe2af (patch)
treede1d522b3da390b0474b34c311d3acfc30f61718 /lang/pgcc
parent2277b7071def581672bfe94f9bfbce0e70c2a1e4 (diff)
downloadpkgsrc-ed7e79701037aefa65e70ff3b0652c42c3efe2af.tar.gz
Minimize differences between gcc/Makefile and pgcc/Makefile.
Diffstat (limited to 'lang/pgcc')
-rw-r--r--lang/pgcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index a40725a45ef..d3eff54aec0 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/21 18:12:20 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/28 23:51:13 jlam Exp $
DISTNAME= gcc-2.95.2
PKGNAME= pgcc-2.95.2.1
@@ -18,7 +18,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
# 'Pentium GCC' is optimized for the Intel Pentium processor, but should
# work on all platforms on which GCC works.
ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \
- SunOS-*-*
+ NetBSD-*-sparc SunOS-*-*
.include "../../mk/bsd.prefs.mk"