summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/grub-cross-system-i686.patch
Commit message (Collapse)AuthorAge
* gnu: grub: Fix native compilation of EFI variant on i686-linux.Jan (janneke) Nieuwenhuizen2020-07-08
| | | | | | | | | This fixes a regression introduce in d613991a8ebe5d4b3a7706f8f0dd52f16fc1c50a reported on IRC by Mathieu Othacehe <othacehe@gnu.org>. * gnu/packages/patches/grub-cross-system-i686.patch [GRUB_MACHINE_EFI && !__x86_64__]: Add missing .byte alternative to 64-bit instruction.
* gnu: grub: Cross-build fix for system i686-linux.Jan (janneke) Nieuwenhuizen2020-06-25
* gnu/packages/patches/grub-cross-system-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Use it.