summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2015-02-14 04:46:50 +0000
committerriastradh <riastradh@pkgsrc.org>2015-02-14 04:46:50 +0000
commit2f4d666f5794821b037ccf8225ba0564657aeb9a (patch)
tree052ac3767bb9e79444eccbe21fdaffd739c8daa9 /pkgtools
parentaad699b4c94e64ecf4f41a89acd99f2b053b7bb0 (diff)
downloadpkgsrc-2f4d666f5794821b037ccf8225ba0564657aeb9a.tar.gz
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.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
index 3d659a58907..66d1033c42d 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
+++ b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
@@ -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" || \