Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add earmhf
details: https://anonhg.NetBSD.org/src/rev/464b2f1e07fc
branches: trunk
changeset: 784597:464b2f1e07fc
user: matt <matt%NetBSD.org@localhost>
date: Sun Feb 03 05:35:25 2013 +0000
description:
add earmhf
diffstat:
share/mk/bsd.endian.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r de6051a663c3 -r 464b2f1e07fc share/mk/bsd.endian.mk
--- a/share/mk/bsd.endian.mk Sun Feb 03 05:34:50 2013 +0000
+++ b/share/mk/bsd.endian.mk Sun Feb 03 05:35:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.endian.mk,v 1.16 2012/08/05 04:11:35 matt Exp $
+# $NetBSD: bsd.endian.mk,v 1.17 2013/02/03 05:35:25 matt Exp $
.if !defined(_BSD_ENDIAN_MK_)
_BSD_ENDIAN_MK_=1
@@ -8,6 +8,7 @@
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "earm" || \
+ ${MACHINE_ARCH} == "earmhf" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "ia64" || \
${MACHINE_ARCH} == "vax" || \
Home |
Main Index |
Thread Index |
Old Index