From 627d4d092757f7c11ef20e86397f727fc94009cf Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 20 Jul 2004 10:02:50 +0000 Subject: mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spin on the CPU. --- emulators/darcnes/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index d76d7c7421d..885d7f25a28 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/04/19 00:08:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/07/20 10:02:50 grant Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -15,6 +15,9 @@ USE_BUILDLINK3= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo +# tool.c causes the sunpro acomp process to spin on the CPU. +NOT_FOR_COMPILER= sunpro + .include "../../mk/bsd.prefs.mk" .if ( ${OBJECT_FMT} == "a.out" ) -- cgit v1.2.3