From af1862b7fe557f36b398924c6395532618659f4f Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 29 Mar 2001 15:24:59 +0000 Subject: Add missing files for NetBSD/sparc to a ${MACHINE_PLATFORM}-specific PLIST for pgcc. PGCC should now list all the files needed on NetBSD/sparc. This matches a similarly motivated change in gcc/Makefile, but done differently. --- lang/pgcc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang/pgcc') diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 1a5b963c0f5..1f4ce8bb19b 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/27 03:20:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/29 15:25:00 jlam Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -58,6 +58,10 @@ WRKSRC= ${WRKDIR}/objdir .if (${OPSYS} != SunOS) CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld GCC_PREFIX= ${LOCALBASE}/${PKGNAME} +.if ${MACHINE_PLATFORM:MNetBSD-*-sparc} +PLIST_SRC= ${PKGDIR}/PLIST +PLIST_SRC+= ${PKGDIR}/PLIST.NetBSD-sparc +.endif .else .if (${CC} != gcc) ALL_TARGET= bootstrap -- cgit v1.2.3