forked from Imagelibrary/rtems
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: Remove -ftest-coverage.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user