mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spin
on the CPU.
This commit is contained in:
parent
a7ec28289c
commit
627d4d0927
1 changed files with 4 additions and 1 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue