Source-Changes-HG archive

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

[src/trunk]: src/sys/stand/efiboot/bootaa64 bootaa64: explicitly set GNUEFIAR...



details:   https://anonhg.NetBSD.org/src/rev/61a43a354ec9
branches:  trunk
changeset: 938530:61a43a354ec9
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 10 14:30:14 2020 +0000

description:
bootaa64: explicitly set GNUEFIARCH and LIBGNUEFI_ARCH to aarch64

diffstat:

 sys/stand/efiboot/bootaa64/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r f65cf5ac545c -r 61a43a354ec9 sys/stand/efiboot/bootaa64/Makefile
--- a/sys/stand/efiboot/bootaa64/Makefile       Thu Sep 10 14:10:46 2020 +0000
+++ b/sys/stand/efiboot/bootaa64/Makefile       Thu Sep 10 14:30:14 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index