From 476900c83be3b75ae39511d9c778d810fb5e4401 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Mar 2011 00:10:18 +0000 Subject: [PATCH] 2011-03-08 Joel Sherrill PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition. --- c/src/make/ChangeLog | 5 +++++ c/src/make/compilers/gcc-target-default.cfg | 4 ++-- 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 + + PR 1760/misc + * compilers/gcc-target-default.cfg: Fix typo in CPP definition. + 2008-09-15 Joel Sherrill * 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.