diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-12 10:33:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-12 10:33:03 +0000 |
commit | be73b5182581b08819a88fbd4da364898e7f609a (patch) | |
tree | 89bd61e83fdb32f8dbde1efd9c70a34575f374a1 | |
parent | a8e49f09eb2285eb3cb9a72960068411375909e9 (diff) | |
download | pkgsrc-be73b5182581b08819a88fbd4da364898e7f609a.tar.gz |
On a.out, don't add --warn-common to LDFLAGS. Might fix arm32 bulk build
problem.
-rw-r--r-- | emulators/darcnes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" ) |