summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-09 00:10:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-09 00:10:18 +0000
commit476900c83be3b75ae39511d9c778d810fb5e4401 (patch)
tree6bc06e0e1d1a304f8e001939c66457c2aea84b37
parent843bfe5943896a9089d491c0d58c5e455c75c5b4 (diff)
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
-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 a2b3810d9a..ce54c44d39 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.
+
2008-09-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index e4e8172bb5..b43cb03bdf 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.