From 3a7766a29cb087dd5ab8e0c20dafa2f17e3f31de Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 5 Mar 2002 06:13:21 +0000 Subject: Don't compile on powerpc, gcc needs help out of the box for netbsd/powerpc. --- lang/gcc-ssp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang/gcc-ssp') diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 9f6a3310920..b8d88b78ee5 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/02/16 14:46:20 kent Exp $ +# $NetBSD: Makefile,v 1.8 2002/03/05 06:13:21 jmc Exp $ DISTNAME= gcc-2.95.3 GCC_VERSION= 2.95.3 @@ -24,7 +24,9 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison #ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc # # Build error for NetBSD/alpha -NOT_FOR_PLATFORM= NetBSD-*-alpha +NOT_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-powerpc NetBSD-*-macppc \ + NetBSD-*-prep NetBSD-*-bebox NetBSD-*-ofppc \ + NetBSD-*-amigappc NetBSD-*-sandpoint .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3