Re: [PATCH v3 5/5] loongarch: Use the -mno-relax cflags for gcc

2023-06-13 Thread Xi Ruoyao via Grub-devel
On Tue, 2023-06-13 at 13:39 +0200, Daniel Kiper wrote: > On Tue, Jun 13, 2023 at 05:06:35PM +0800, Xiaotian Wu wrote: > > Because the binutils of the loongarch architecture adds relaxation > > support [1], > > the next version of binutils will not be able to build grub. > > > > So we use the -mno-

Re: [PATCH v2 0/5] loongarch: add relaxation support

2023-06-12 Thread Xi Ruoyao via Grub-devel
On Mon, 2023-06-12 at 14:54 +0800, WANG Xuerui wrote: > On 6/12/23 11:09, Xiaotian Wu wrote: > > 在 2023-06-12星期一的 06:35 +0800,Xi Ruoyao via Grub-devel写道: > > > On Wed, 2023-06-07 at 15:34 +0800, Xiaotian Wu wrote: > > > > Because the binutils of the loongarc

Re: [PATCH v2 0/5] loongarch: add relaxation support

2023-06-11 Thread Xi Ruoyao via Grub-devel
On Wed, 2023-06-07 at 15:34 +0800, Xiaotian Wu wrote: > Because the binutils of the loongarch architecture adds relaxation > support [1], the next version of binutils will not be able to build > grub. > > So we added the R_LARCH_B16, R_LARCH_B21 and R_LARCH_RELAX relocations > to enhance grub comp