From a00dedf8027ba0f677c25192c54563ee11eca709 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 22 Mar 2024 12:11:49 +0100 Subject: [PATCH] efi: fix mixed indent --- src/boot/efi/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index 483e0ade0ce..786fc8038fb 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -212,7 +212,7 @@ endif efi_arch_c_args = { 'aarch64' : ['-mgeneral-regs-only'], 'arm' : ['-mgeneral-regs-only'], - # Until -mgeneral-regs-only is supported in LoongArch, use the following option instead: + # Until -mgeneral-regs-only is supported in LoongArch, use the following option instead: 'loongarch64' : ['-mno-lsx', '-mno-lasx'], # Pass -m64/32 explicitly to make building on x32 work. 'x86_64' : ['-m64', '-march=x86-64', '-mno-red-zone', '-mgeneral-regs-only'], -- 2.47.3