summaryrefslogtreecommitdiffstats
path: root/make/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'make/compilers')
-rw-r--r--make/compilers/gcc-target-default.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/compilers/gcc-target-default.cfg b/make/compilers/gcc-target-default.cfg
index b540fc2360..51a8bfa708 100644
--- a/make/compilers/gcc-target-default.cfg
+++ b/make/compilers/gcc-target-default.cfg
@@ -150,7 +150,7 @@ CLOBBER_CC =
#
# CPP command to write file to standard output
-CPP=$(CC) -E
+CPP=$(CC) -E -ansi -w -Wp,-$$
# flags set by cc when running cpp
CPP_CC_FLAGS=-D__STDC__