From: Dandan Zhang <[email protected]> This adds loongarch64 support.
Signed-off-by: Quirin Gylstorff <[email protected]> --- Hi, this was send with Debian bug 1060884.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060886. Kind regards Quirin configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index b000603..489027f 100644 --- a/configure.ac +++ b/configure.ac @@ -88,6 +88,7 @@ SET_ARCH(IA64, ia64*) SET_ARCH(AARCH64, aarch64*) SET_ARCH(ARM, arm*) SET_ARCH(RISCV64, riscv64*) +SET_ARCH(LOONGARCH64, loongarch64*) ARCH=$(echo $host | sed "s/\(-\).*$//") @@ -107,6 +108,9 @@ AM_COND_IF(ARCH_ARM, [ AM_COND_IF(ARCH_RISCV64, [ MACHINE_TYPE_NAME=riscv64]) +AM_COND_IF(ARCH_LOONGARCH64, [ + MACHINE_TYPE_NAME=loongarch64]) + AC_SUBST([ARCH]) AC_SUBST([MACHINE_TYPE_NAME]) AM_CONDITIONAL([ARCH_IS_X86], [test "$ARCH" = "ia32" -o "$ARCH" = "x86_64"]) -- 2.43.0 -- 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/20240118100452.17652-1-Quirin.Gylstorff%40siemens.com.
