summaryrefslogtreecommitdiff
path: root/builds/compiler/gcc-dev.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/compiler/gcc-dev.mk')
-rw-r--r--builds/compiler/gcc-dev.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/builds/compiler/gcc-dev.mk b/builds/compiler/gcc-dev.mk
index 84370a5ff..f01192f7e 100644
--- a/builds/compiler/gcc-dev.mk
+++ b/builds/compiler/gcc-dev.mk
@@ -82,8 +82,9 @@ ifndef CFLAGS
endif
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
+# You can override this on the command line.
#
-ANSIFLAGS := -std=c99 -pedantic
+ANSIFLAGS ?= -std=c99 -pedantic
# Library linking