Source-Changes-HG archive

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

[src/trunk]: src/share/mk Simplify the earm tests



details:   https://anonhg.NetBSD.org/src/rev/004bfd3bdefd
branches:  trunk
changeset: 789053:004bfd3bdefd
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 05 15:33:07 2013 +0000

description:
Simplify the earm tests

diffstat:

 share/mk/bsd.endian.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0b74b8113f97 -r 004bfd3bdefd share/mk/bsd.endian.mk
--- a/share/mk/bsd.endian.mk    Mon Aug 05 14:50:32 2013 +0000
+++ b/share/mk/bsd.endian.mk    Mon Aug 05 15:33:07 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.endian.mk,v 1.18 2013/07/18 22:06:09 matt Exp $
+#      $NetBSD: bsd.endian.mk,v 1.19 2013/08/05 15:33:07 matt Exp $
 
 .if !defined(_BSD_ENDIAN_MK_)
 _BSD_ENDIAN_MK_=1
@@ -7,8 +7,7 @@
 
 .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "arm" || \
-    ${MACHINE_ARCH} == "earm" || \
-    ${MACHINE_ARCH} == "earmhf" || \
+    (!empty(MACHINE_ARCH:Mearm*) && empty(MACHINE_ARCH:Mearm*eb)) || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "ia64" || \
     ${MACHINE_ARCH} == "vax" || \



Home | Main Index | Thread Index | Old Index