]> git.ipfire.org Git - thirdparty/gcc.git/commit
hurd: Add OPTION_GLIBC_P and OPTION_GLIBC
authorSvante Signell <svante.signell@gmail.com>
Sun, 6 Feb 2022 11:43:23 +0000 (11:43 +0000)
committerThomas Schwinge <tschwinge@baylibre.com>
Mon, 20 Oct 2025 19:28:34 +0000 (21:28 +0200)
commit29eacf043b6e8560c5c42d67f7f9b11e4e2cb156
tree13e7e52a59ed4be7b4c5dc7ea878183505a2c33d
parent651df6b43e817a8e4b87eed9f338ea227da7bccb
hurd: Add OPTION_GLIBC_P and OPTION_GLIBC

GNU/Hurd uses glibc just like GNU/Linux.

This is needed for gcc to notice that glibc supports split stack in
finish_options.

PR go/104290
gcc/ChangeLog:
* config/gnu.h (OPTION_GLIBC_P, OPTION_GLIBC): Define.
gcc/config/gnu.h