From: Jan Kiszka <[email protected]> It's aa64 here according to the UEFI spec.
Signed-off-by: Jan Kiszka <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1a83e9..09d06d7 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AM_COND_IF(ARCH_X86_64, [ MACHINE_TYPE_NAME=x64]) AM_COND_IF(ARCH_AARCH64, [ - MACHINE_TYPE_NAME=aarch64]) + MACHINE_TYPE_NAME=aa64]) AC_SUBST([ARCH]) AC_SUBST([MACHINE_TYPE_NAME]) -- 2.34.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/3f11612fbcbd1c17988d634ecdaecf1ec241f6e0.1647843261.git.jan.kiszka%40siemens.com.
