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 Only build bootaa64.efi on LE aarch64 ...



details:   https://anonhg.NetBSD.org/src/rev/81304054a503
branches:  trunk
changeset: 938195:81304054a503
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Sep 04 02:15:52 2020 +0000

description:
Only build bootaa64.efi on LE aarch64 for now, to match set lists

diffstat:

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

diffs (18 lines):

diff -r 3907d7839f80 -r 81304054a503 sys/arch/evbarm/stand/Makefile
--- a/sys/arch/evbarm/stand/Makefile    Fri Sep 04 01:57:29 2020 +0000
+++ b/sys/arch/evbarm/stand/Makefile    Fri Sep 04 02:15:52 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2019/03/30 13:54:09 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.11 2020/09/04 02:15:52 jakllsch Exp $
 
 .include <bsd.endian.mk>
 
@@ -12,7 +12,7 @@
 .endif
 .endif
 
-.if ${MACHINE_CPU} == "aarch64"
+.if ${MACHINE_ARCH} == "aarch64"
 SUBDIR+= ../../../stand/efiboot/bootaa64
 .endif
 



Home | Main Index | Thread Index | Old Index