summaryrefslogtreecommitdiffstats
path: root/c/src/make
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
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 'c/src/make')
-rw-r--r--c/src/make/ChangeLog5
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index e543a18714..e6cb01cad5 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1760/misc
+ * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
+
2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
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.