Re: [PATCH] kconfig: detect LD implementation

2022-03-17 Thread Roger Pau Monné
On Wed, Mar 16, 2022 at 11:28:48AM +0100, Michal Orzel wrote: > Hi Roger, > > On 14.03.2022 11:55, Roger Pau Monne wrote: > > Detect GNU and LLVM ld implementations. This is required for further > > patches that will introduce diverging behaviour depending on the > > linker implementation in use.

Re: [PATCH] kconfig: detect LD implementation

2022-03-16 Thread Michal Orzel
Hi Roger, On 14.03.2022 11:55, Roger Pau Monne wrote: > Detect GNU and LLVM ld implementations. This is required for further > patches that will introduce diverging behaviour depending on the > linker implementation in use. > > Note that LLVM ld returns "compatible with GNU linkers" as part of

[PATCH] kconfig: detect LD implementation

2022-03-14 Thread Roger Pau Monne
Detect GNU and LLVM ld implementations. This is required for further patches that will introduce diverging behaviour depending on the linker implementation in use. Note that LLVM ld returns "compatible with GNU linkers" as part of the version string, so be on the safe side and use '^' to only