Re: [PATCH 2/2] kbuild: check the minimum linker version in Kconfig

2021-02-21 Thread Masahiro Yamada
On Tue, Feb 16, 2021 at 12:11 PM Masahiro Yamada wrote: > > Unify the two scripts/ld-version.sh and scripts/lld-version.sh, and > check the minimum linker version like scripts/cc-version.sh did. > > I tested this script for some corner cases reported in the past: > > - GNU ld version 2.25-15.fc23

Re: [PATCH 2/2] kbuild: check the minimum linker version in Kconfig

2021-02-16 Thread Nathan Chancellor
On Tue, Feb 16, 2021 at 12:10:04PM +0900, Masahiro Yamada wrote: > Unify the two scripts/ld-version.sh and scripts/lld-version.sh, and > check the minimum linker version like scripts/cc-version.sh did. > > I tested this script for some corner cases reported in the past: > > - GNU ld version 2.25

Re: [PATCH 2/2] kbuild: check the minimum linker version in Kconfig

2021-02-16 Thread Nick Desaulniers
On Mon, Feb 15, 2021 at 7:10 PM Masahiro Yamada wrote: > > Unify the two scripts/ld-version.sh and scripts/lld-version.sh, and > check the minimum linker version like scripts/cc-version.sh did. > > I tested this script for some corner cases reported in the past: > > - GNU ld version 2.25-15.fc23

[PATCH 2/2] kbuild: check the minimum linker version in Kconfig

2021-02-15 Thread Masahiro Yamada
Unify the two scripts/ld-version.sh and scripts/lld-version.sh, and check the minimum linker version like scripts/cc-version.sh did. I tested this script for some corner cases reported in the past: - GNU ld version 2.25-15.fc23 as reported by commit 8083013fc320 ("ld-version: Fix it on Fedora