2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1760/misc
	* compilers/gcc-target-default.cfg: Fix typo in CPP definition.
This commit is contained in:
Joel Sherrill
2011-03-09 00:10:09 +00:00
parent 97b6dc0bb9
commit a57171b957
2 changed files with 7 additions and 2 deletions

View File

@@ -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-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -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.