From be73b5182581b08819a88fbd4da364898e7f609a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 May 2002 10:33:03 +0000 Subject: On a.out, don't add --warn-common to LDFLAGS. Might fix arm32 bulk build problem. --- emulators/darcnes/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index fba438ae70a..eb3bc8622de 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/02/08 14:42:53 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/12 10:33:03 wiz Exp $ DISTNAME= dn9b0401 PKGNAME= darcnes-20010401 @@ -25,6 +25,7 @@ do-install: .if ( ${OBJECT_FMT} == "a.out" ) MAKE_FLAGS+= ASM_FLAGS=-DASM_UNDERBARS +MAKE_FLAGS+= NO_MULTIPLE_COMMON_WARNING=-DNO_MULTIPLE_COMMON_WARNING .endif .if ( ${MACHINE_ARCH} == "i386" ) -- cgit v1.2.3