summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg2
-rw-r--r--make/compilers/gcc-target-default.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index b540fc2360..51a8bfa708 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/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__
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__