diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-10 14:07:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-10 14:07:07 +0000 |
commit | 66d16a45ffcec31e0684cd551aee4a2f10b4c7cb (patch) | |
tree | 8de746274d46be160169ed9a1f945e7427b2b1de /lang/pgcc | |
parent | 53f3e092dcbb1b0380f478fdd79e6fd64eb1d2f5 (diff) | |
download | pkgsrc-66d16a45ffcec31e0684cd551aee4a2f10b4c7cb.tar.gz |
Mark as broken, because it hasn't been kept in sync when gcc was updated
to 2.95.3, but was sharing patches.
Diffstat (limited to 'lang/pgcc')
-rw-r--r-- | lang/pgcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index ffba656ff50..4e089a3557b 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/11/01 09:41:13 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/10 14:07:07 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -15,6 +15,8 @@ COMMENT= Pentium GNU Compiler Collection BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +BROKEN= "Has not been updated to gcc-2.95.3 yet." + # '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 \ |