From 2277b7071def581672bfe94f9bfbce0e70c2a1e4 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 28 Feb 2001 23:49:18 +0000 Subject: Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder the platforms so that NetBSD comes first (just because ;) --- lang/gcc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index a7b79c43ea3..41caed34e34 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/28 23:28:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/28 23:49:18 jlam Exp $ DISTNAME= gcc-2.95.2 CATEGORIES= lang @@ -10,10 +10,10 @@ COMMENT= GNU Compiler Collection BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison -# NetBSD-arm32, NetBSD-i386 and NetBSD-m68k are the only tested platforms -# so far. If you got it working on other platforms please add them. +# The platforms listed below are the only tested platforms so far. +# If you get gcc working on other platforms, then please add them. ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ - SunOS-*-* NetBSD-*-sparc + NetBSD-*-sparc SunOS-*-* .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3