Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/instkernel/instkernel RPI has an ARMv6 proces...



details:   https://anonhg.NetBSD.org/src/rev/34c86e6e1800
branches:  trunk
changeset: 789253:34c86e6e1800
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 11 17:18:11 2013 +0000

description:
RPI has an ARMv6 processor, so handle RPI_INSTALL properly when
building for the earmv6* MACHINE_ARCHes.

diffstat:

 distrib/evbarm/instkernel/instkernel/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4282e131f327 -r 34c86e6e1800 distrib/evbarm/instkernel/instkernel/Makefile
--- a/distrib/evbarm/instkernel/instkernel/Makefile     Sun Aug 11 17:15:15 2013 +0000
+++ b/distrib/evbarm/instkernel/instkernel/Makefile     Sun Aug 11 17:18:11 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2013/08/01 21:11:41 jklos Exp $
+#      $NetBSD: Makefile,v 1.22 2013/08/11 17:18:11 riz Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -32,7 +32,9 @@
 .if \
     ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "earm" || \
-    ${MACHINE_ARCH} == "earmhf"
+    ${MACHINE_ARCH} == "earmhf" || \
+    ${MACHINE_ARCH} == "earmv6" || \
+    ${MACHINE_ARCH} == "earmv6hf"
 # Little endian (any ABI) platforms.
 MDSETTARGETS+=         RPI_INSTALL             ${SSHRAMDISK}   -
 .endif



Home | Main Index | Thread Index | Old Index