Module Name: src
Committed By: jakllsch
Date: Thu Sep 10 14:30:15 UTC 2020
Modified Files:
src/sys/stand/efiboot/bootaa64: Makefile
Log Message:
bootaa64: explicitly set GNUEFIARCH and LIBGNUEFI_ARCH to aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/stand/efiboot/bootaa64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/bootaa64/Makefile
diff -u src/sys/stand/efiboot/bootaa64/Makefile:1.9 src/sys/stand/efiboot/bootaa64/Makefile:1.10
--- src/sys/stand/efiboot/bootaa64/Makefile:1.9 Tue Sep 8 16:34:43 2020
+++ src/sys/stand/efiboot/bootaa64/Makefile Thu Sep 10 14:30:14 2020
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2020/09/08 16:34:43 jmcneill Exp $
+# $NetBSD: Makefile,v 1.10 2020/09/10 14:30:14 jakllsch Exp $
PROG= bootaa64.efi
OBJFMT= binary
NEWVERSWHAT= "efiboot (arm64)"
+GNUEFIARCH= aarch64
+LIBGNUEFI_ARCH= aarch64
EXTRA_SOURCES= efibootaa64.c
EXTRA_SOURCES+= cache.S