On NetBSD, earm is always elf.
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5 or whatever is always ELF, but I'll leave that for someone else to deal with.
This commit is contained in:
parent
d2bf586b9b
commit
acc80b2090
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk.in,v 1.4 2012/03/05 07:26:37 sbd Exp $
|
||||
# $NetBSD: bsd.own.mk.in,v 1.5 2015/02/14 04:46:50 riastradh Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -118,6 +118,7 @@ NOPIC?=1
|
|||
${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "m68000" || \
|
||||
${MACHINE_ARCH} == "arm" || \
|
||||
!empty(MACHINE_ARCH:Mearm*) || \
|
||||
${MACHINE} == "next68k" || \
|
||||
${MACHINE} == "sun3" || \
|
||||
${MACHINE} == "mvme68k" || \
|
||||
|
|
Loading…
Reference in a new issue