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
* 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