Jonathan Wakely <jwak...@redhat.com> writes:

> On Sun, 13 Oct 2024 at 23:23, Sam James <s...@gentoo.org> wrote:
>>
>> Otherwise we get failures with toolchains that have _FORTIFY_SOURCE
>> defined already to a different value like 3.
>
> I was going to say we could do:
>
> #ifndef _FORTIFY_SOURCE
> #define _FORTIFY_SOURCE 2
> #endif
>
> But I realised that the original names.cc test will already run with
> whatever default value the toolchain uses. So this looks fine, thanks.

Thanks, pushed.

> [...]

Reply via email to