Re: [PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Masahiro Yamada
On Sun, Feb 28, 2021 at 3:53 PM Nathan Chancellor wrote: > > On Sat, Feb 27, 2021 at 11:49:36PM -0700, Nathan Chancellor wrote: > > On Sun, Feb 28, 2021 at 12:15:16PM +0900, Masahiro Yamada wrote: > > > On Sun, Feb 28, 2021 at 3:41 AM Masahiro Yamada > > > wrote: > > > > > > > > This commit

Re: [PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Nathan Chancellor
On Sat, Feb 27, 2021 at 11:49:36PM -0700, Nathan Chancellor wrote: > On Sun, Feb 28, 2021 at 12:15:16PM +0900, Masahiro Yamada wrote: > > On Sun, Feb 28, 2021 at 3:41 AM Masahiro Yamada > > wrote: > > > > > > This commit reverts 0bf6276392e9 ("x32: Warn and disable rather than > > > error if

Re: [PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Nathan Chancellor
On Sun, Feb 28, 2021 at 12:15:16PM +0900, Masahiro Yamada wrote: > On Sun, Feb 28, 2021 at 3:41 AM Masahiro Yamada wrote: > > > > This commit reverts 0bf6276392e9 ("x32: Warn and disable rather than > > error if binutils too old"). > > > > The help text in arch/x86/Kconfig says enabling the X32

Re: [PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Fangrui Song
On 2021-02-28, Masahiro Yamada wrote: This commit reverts 0bf6276392e9 ("x32: Warn and disable rather than error if binutils too old"). The help text in arch/x86/Kconfig says enabling the X32 ABI support needs binutils 2.22 or later. This is met because the minimal binutils version is 2.23

Re: [PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Masahiro Yamada
On Sun, Feb 28, 2021 at 3:41 AM Masahiro Yamada wrote: > > This commit reverts 0bf6276392e9 ("x32: Warn and disable rather than > error if binutils too old"). > > The help text in arch/x86/Kconfig says enabling the X32 ABI support > needs binutils 2.22 or later. This is met because the minimal

[PATCH RFC] x86: remove toolchain check for X32 ABI capability

2021-02-27 Thread Masahiro Yamada
This commit reverts 0bf6276392e9 ("x32: Warn and disable rather than error if binutils too old"). The help text in arch/x86/Kconfig says enabling the X32 ABI support needs binutils 2.22 or later. This is met because the minimal binutils version is 2.23 according to