Module Name:    src
Committed By:   matt
Date:           Mon Aug  5 15:33:07 UTC 2013

Modified Files:
        src/share/mk: bsd.endian.mk

Log Message:
Simplify the earm tests


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/mk/bsd.endian.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.endian.mk
diff -u src/share/mk/bsd.endian.mk:1.18 src/share/mk/bsd.endian.mk:1.19
--- src/share/mk/bsd.endian.mk:1.18	Thu Jul 18 22:06:09 2013
+++ src/share/mk/bsd.endian.mk	Mon Aug  5 15:33:07 2013
@@ -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 @@ _BSD_ENDIAN_MK_=1
 
 .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" || \

Reply via email to