Re: [PATCH 4/4] microblaze: Remove support for gcc < 4

2021-02-11 Thread Michal Simek
On 2/10/21 3:11 PM, Geert Uytterhoeven wrote: > Since commit cafa0010cd51fb71 ("Raise the minimum required gcc version > to 4.6") , the kernel can no longer be compiled using gcc-3. > Hence drop support code for gcc-3. > > Signed-off-by: Geert Uytterhoeven > --- > arch/microblaze/kernel/modul

[PATCH 4/4] microblaze: Remove support for gcc < 4

2021-02-10 Thread Geert Uytterhoeven
Since commit cafa0010cd51fb71 ("Raise the minimum required gcc version to 4.6") , the kernel can no longer be compiled using gcc-3. Hence drop support code for gcc-3. Signed-off-by: Geert Uytterhoeven --- arch/microblaze/kernel/module.c | 26 -- 1 file changed, 26 deletio