Re: [PATCH v4 1/5] kbuild: add CONFIG_LD_IS_LLD

2020-04-29 Thread Nathan Chancellor
On Wed, Apr 29, 2020 at 09:13:40AM +0200, Sedat Dilek wrote: > On Wed, Apr 29, 2020 at 12:14 AM Nathan Chancellor > wrote: > > > > From: Sami Tolvanen > > > > Similarly to the CC_IS_CLANG config, add LD_IS_LLD to avoid GNU ld > > specific logic such as ld-version or ld-ifversion and gain the > >

Re: [PATCH v4 1/5] kbuild: add CONFIG_LD_IS_LLD

2020-04-29 Thread Sedat Dilek
On Wed, Apr 29, 2020 at 12:14 AM Nathan Chancellor wrote: > > From: Sami Tolvanen > > Similarly to the CC_IS_CLANG config, add LD_IS_LLD to avoid GNU ld > specific logic such as ld-version or ld-ifversion and gain the > ability to select potential features that depend on the linker at >

[PATCH v4 1/5] kbuild: add CONFIG_LD_IS_LLD

2020-04-28 Thread Nathan Chancellor
From: Sami Tolvanen Similarly to the CC_IS_CLANG config, add LD_IS_LLD to avoid GNU ld specific logic such as ld-version or ld-ifversion and gain the ability to select potential features that depend on the linker at configuration time such as LTO. Signed-off-by: Sami Tolvanen Acked-by: