Re: [PATCH v2] Fix build error in binutils 2.36

2021-09-27 Thread Michael Chang via Grub-devel
On Mon, Sep 27, 2021 at 10:18:49AM -0400, Mike Gilbert wrote: > On Mon, Sep 27, 2021 at 5:41 AM Michael Chang via Grub-devel > wrote: > > It is also worth mentioning that binutils upstream apparently doesn't > > seem to consider this as a bug [2] and proposed to use > > -Wl,-Ttext-segment,0 which'

Re: [PATCH v2] Fix build error in binutils 2.36

2021-09-27 Thread Mike Gilbert
On Mon, Sep 27, 2021 at 5:41 AM Michael Chang via Grub-devel wrote: > It is also worth mentioning that binutils upstream apparently doesn't > seem to consider this as a bug [2] and proposed to use > -Wl,-Ttext-segment,0 which's not fruitful as what has been tested by > gentoo [3]. > ... > [2] Ref:

[PATCH v2] Fix build error in binutils 2.36

2021-09-27 Thread Michael Chang via Grub-devel
The following procedure to build xen/pvgrub is broken. git clone https://git.savannah.gnu.org/git/grub.git cd grub ./bootstrap mkdir build-xen cd build-xen ../configure --with-platform=xen make It fails with the message: /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse