]> git.proxmox.com Git - grub2.git/commitdiff
Only build linuxefi on amd64
authorColin Watson <cjwatson@ubuntu.com>
Mon, 13 Jan 2014 12:13:16 +0000 (12:13 +0000)
committerColin Watson <cjwatson@debian.org>
Wed, 15 Jan 2014 12:31:51 +0000 (12:31 +0000)
Forwarded: no
Last-Update: 2013-12-25

Patch-Name: linuxefi_amd64_only.patch

grub-core/Makefile.core.def

index 8c246c60cb54a6bca0315134894b4ec34ba76a01..8fed2fbf60e773bf1532fc8be636c5be94485194 100644 (file)
@@ -1709,7 +1709,6 @@ module = {
   name = linuxefi;
   efi = loader/i386/efi/linux.c;
   efi = lib/cmdline.c;
-  enable = i386_efi;
   enable = x86_64_efi;
 };