Re: [GIT PULL] string fixes for v6.15-rc1
From: Linus Torvalds
Date: Mon Apr 07 2025 - 16:32:14 EST
On Mon, 7 Apr 2025 at 12:25, Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> or if you do want this for GCC too, unconditionally adding it should be
> fine too.
I think if unconditionally works, that's probably the best option
simply because it's the simplest option.
But I don't see 'wcslen' in the gcc docs, which was why I was assuming
it wanted that "check if it works" thing with "$(call cc-option,...)"
I don't think we need to call out the particular compiler, since the
argument against using it is not compiler-specific per se.
Linus