From 53a27c2f9610772a8c07cdc19813cbdb190afb93 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Mar 2011 00:10:03 +0000 Subject: 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(-) (limited to 'c/src/make') 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 + + PR 1760/misc + * compilers/gcc-target-default.cfg: Fix typo in CPP definition. + 2011-03-08 Joel Sherrill * 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. -- cgit v1.2.3