Re: [PATCH] hurd: Add OPTION_GLIBC_P and OPTION_GLIBC

2025-02-10 Thread Samuel Thibault
Hello, Are there any news on this? Samuel Samuel Thibault, le jeu. 02 janv. 2025 16:33:43 +0100, a ecrit: > From: Svante Signell > > GNU/Hurd uses glibc just like GNU/Linux. > > This is needed for gcc to notice that glibc supports split stack in > finish_options. > > gcc/ChangeLog: > *

[PATCH] hurd: Add OPTION_GLIBC_P and OPTION_GLIBC

2025-01-02 Thread Samuel Thibault
From: Svante Signell GNU/Hurd uses glibc just like GNU/Linux. This is needed for gcc to notice that glibc supports split stack in finish_options. gcc/ChangeLog: * gcc/config/gnu.h (OPTION_GLIBC_P, OPTION_GLIBC): Define. Patch from Svante Signell for PR go/104290. --- gcc/config/gnu.h