diff options
author | jlam <jlam> | 2001-02-28 23:49:18 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-02-28 23:49:18 +0000 |
commit | 22c75d49a1017669d593e90f1f39fe5a31968ba6 (patch) | |
tree | 34eab7febcddb09c7fcb6b3b5cebbdc472a97514 /lang/gcc | |
parent | 647d20943bf71f609022f681771df4831488973b (diff) | |
download | pkgsrc-22c75d49a1017669d593e90f1f39fe5a31968ba6.tar.gz |
Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder the
platforms so that NetBSD comes first (just because ;)
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |