Commit 28ba8778 authored by Mike Gabriel's avatar Mike Gabriel

gcc: Build using -std=c99 instead of -ansi.

parent 101c895e
......@@ -786,9 +786,9 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# endif
# ifndef DefaultCCOptions
# if defined(UseInstalled)
# define DefaultCCOptions /* -ansi */
# define DefaultCCOptions /* -std=c99 */
# else
# define DefaultCCOptions -ansi GccWarningOptions
# define DefaultCCOptions -std=c99 GccWarningOptions
# endif
# endif
# if defined(UseInstalled)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment