From c9d3abccae38cffae210b1038c0d2a32799b09dd Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 30 Jan 2018 23:22:07 -0500 Subject: [PATCH] making compiler happier --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index c23d5f6fd2..c001074f48 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -19,7 +19,7 @@ endif # C specific options here (added to USE_OPT). ifeq ($(USE_COPT),) - USE_COPT = + USE_COPT = -std=gnu99 endif # C++ specific options here (added to USE_OPT).