public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure
@ 2021-04-26 11:32 Nick Clifton
  2021-04-26 19:32 ` Joseph Myers
  2021-04-30 18:36 ` Simon Marchi
  0 siblings, 2 replies; 20+ messages in thread
From: Nick Clifton @ 2021-04-26 11:32 UTC (permalink / raw)
  To: gcc-patches, gdb-patches; +Cc: Binutils

Hi Guys,

   Given that gcc, gdb and now binutils are all now requiring C99 as a
   minimum version of C, are there any objections to updating
   configure.ac to reflect this ?

Cheers
   Nick

diff --git a/configure.ac b/configure.ac
index a721316d07b..59b4194fb24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1278,7 +1278,7 @@ else
    WINDMC_FOR_BUILD="\$(WINDMC)"
  fi

-AC_PROG_CC
+AC_PROG_CC_C99
  AC_PROG_CXX

  # We must set the default linker to the linker used by gcc for the correct


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-05-10  8:49 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 11:32 RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure Nick Clifton
2021-04-26 19:32 ` Joseph Myers
2021-04-26 20:05   ` Mike Frysinger
2021-04-26 21:31   ` Christian Biesinger
2021-04-27 10:49   ` Nick Clifton
2021-04-27 16:58     ` Joseph Myers
2021-04-30 18:36 ` Simon Marchi
2021-04-30 21:48   ` Jeff Law
2021-05-03  6:28     ` Alan Modra
2021-05-03 14:47       ` Simon Marchi
2021-05-03 16:26         ` Tom Tromey
2021-05-03 21:51         ` Alan Modra
2021-05-03 23:30           ` Simon Marchi
2021-05-04 12:42   ` Nick Clifton
2021-05-04 15:16     ` Simon Marchi
2021-05-05  0:18       ` Alan Modra
2021-05-05  7:05         ` Iain Sandoe
2021-05-05  7:20           ` Alan Modra
2021-05-05  7:23             ` Iain Sandoe
2021-05-10  8:49             ` Iain Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).