summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-09 00:10:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-09 00:10:03 +0000
commit53a27c2f9610772a8c07cdc19813cbdb190afb93 (patch)
tree5fd32b1e0c7ffa1270c764d7f2643f37b1ba4e03 /c/src/make/compilers/gcc-target-default.cfg
parent2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-53a27c2f9610772a8c07cdc19813cbdb190afb93.tar.bz2
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg4
1 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 224c8bfbbd..db29f4ab9e 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -87,8 +87,8 @@ CLOBBER_CC =
# Client compiler and support tools
#
-# CPP command to write file to standard output
-CPP=$(CC) -E -w -Wp,-$$
+# CPP command to write file to standard output with warnings suppressed
+CPP=$(CC) -E -w
# egrep regexp to ignore symbol table entries in ar archives.
# Only used to make sure we skip them when coalescing libraries.