Re: [PATCH] Port config.guess to strict POSIX.1-2024 c17

2024-07-28 Thread Dmitry V. Levin
On Sat, Jul 27, 2024 at 10:41:28PM -0700, Paul Eggert wrote: > * config.guess (set_cc_for_build): > Try the c17 compiler, standardized in POSIX.1-2024. See: > https://pubs.opengroup.org/onlinepubs/9799919799/utilities/c17.html > While we're at it, prefer c99 to c89. Applied, thanks. -- ldv

[PATCH] Port config.guess to strict POSIX.1-2024 c17

2024-07-27 Thread Paul Eggert
* config.guess (set_cc_for_build): Try the c17 compiler, standardized in POSIX.1-2024. See: https://pubs.opengroup.org/onlinepubs/9799919799/utilities/c17.html While we're at it, prefer c99 to c89. --- config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gue