diff options
Diffstat (limited to 'lang/pgcc/Makefile')
-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 \ |