forked from Imagelibrary/rtems
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said found in found in.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said
|
||||||
|
found in found in.
|
||||||
|
|
||||||
2010-08-26 Chris Johns <chrisj@rtems.org>
|
2010-08-26 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add bspinit.c from the shared BSP files.
|
* Makefile.am: Add bspinit.c from the shared BSP files.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=erc32
|
|||||||
|
|
||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
CPU_CFLAGS = -mcpu=cypress
|
CPU_CFLAGS = -mcpu=cypress -ftest-coverage
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||||
|
|||||||
Reference in New Issue
Block a user