pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods On NetBSD, earm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa7fed612cba
branches:  trunk
changeset: 646727:fa7fed612cba
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Sat Feb 14 04:46:50 2015 +0000

description:
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:

 pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9bd66ef5d37f -r fa7fed612cba pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in      Sat Feb 14 04:46:33 2015 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in      Sat Feb 14 04:46:50 2015 +0000
@@ -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 @@
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68000" || \
     ${MACHINE_ARCH} == "arm" || \
+    !empty(MACHINE_ARCH:Mearm*) || \
     ${MACHINE} == "next68k" || \
     ${MACHINE} == "sun3" || \
     ${MACHINE} == "mvme68k" || \



Home | Main Index | Thread Index | Old Index