Re: [PATCH v3] grub-core: Build fixes for i386

2021-05-27 Thread Daniel Kiper
On Wed, May 26, 2021 at 08:18:24PM +0200, Jan (janneke) Nieuwenhuizen wrote: > This fixes cross-compiling to x86 (e.g., the Hurd) from x86-linux of > > grub-core/lib/i386/relocator64.S > > This file has six sections that only build with a 64-bit assembler, > yet only the first two sections had

[PATCH v3] grub-core: Build fixes for i386

2021-05-26 Thread Jan (janneke) Nieuwenhuizen
This fixes cross-compiling to x86 (e.g., the Hurd) from x86-linux of grub-core/lib/i386/relocator64.S This file has six sections that only build with a 64-bit assembler, yet only the first two sections had support for a 32-bit assembler; this patch completes this for the remaining sections.