grub2/debian/patches/linuxefi_amd64_only.patch
2013-12-20 11:09:12 +00:00

18 lines
449 B
Diff

Description: Only build linuxefi on amd64
Author: Colin Watson <cjwatson@ubuntu.com>
Forwarded: no
Last-Update: 2013-12-20
Index: b/grub-core/Makefile.core.def
===================================================================
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -1708,7 +1708,6 @@
name = linuxefi;
efi = loader/i386/efi/linux.c;
efi = lib/cmdline.c;
- enable = i386_efi;
enable = x86_64_efi;
};