summaryrefslogtreecommitdiff
path: root/builds/compiler/gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/compiler/gcc.mk')
-rw-r--r--builds/compiler/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/compiler/gcc.mk b/builds/compiler/gcc.mk
index c1dcef5ab..cbecdbde6 100644
--- a/builds/compiler/gcc.mk
+++ b/builds/compiler/gcc.mk
@@ -65,7 +65,7 @@ CFLAGS ?= -c -g -O3 -Wall
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
#
-ANSIFLAGS := -ansi -pedantic
+ANSIFLAGS := -std=c99 -pedantic
# Library linking