Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand Don't even bother trying to get this t...



details:   https://anonhg.NetBSD.org/src/rev/e65ba8255827
branches:  trunk
changeset: 449955:e65ba8255827
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Mar 30 13:02:16 2019 +0000

description:
Don't even bother trying to get this to work on BE targets.

diffstat:

 sys/arch/evbarm/stand/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b8dbeca80a8 -r e65ba8255827 sys/arch/evbarm/stand/Makefile
--- a/sys/arch/evbarm/stand/Makefile    Sat Mar 30 12:52:29 2019 +0000
+++ b/sys/arch/evbarm/stand/Makefile    Sat Mar 30 13:02:16 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2019/03/30 12:52:29 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.9 2019/03/30 13:02:16 jmcneill Exp $
 
 .include <bsd.endian.mk>
 
@@ -16,7 +16,7 @@
 SUBDIR+= ../../../stand/efiboot/bootaa64
 .endif
 
-.if ${MACHINE_ARCH:M*armv7*}
+.if ${TARGET_ENDIANNESS} == "1234" && ${MACHINE_ARCH} == "earmv7hf"
 SUBDIR+= ../../../stand/efiboot/bootarm
 .endif
 



Home | Main Index | Thread Index | Old Index