2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/erc32.cfg: Remove -ftest-coverage.
This commit is contained in:
Ralf Corsepius
2011-02-09 06:02:51 +00:00
parent 4a2d1ea4ac
commit a3347f0a52
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: Remove -ftest-coverage.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=erc32
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=cypress -ftest-coverage
CPU_CFLAGS = -mcpu=cypress
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g