summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:25:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:25:24 +0000
commitfe4620ee815b55f0264520e7517c6d552d24a740 (patch)
treeb8100d932c4d928d7e72a5edfe302482248fe88b /c
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-fe4620ee815b55f0264520e7517c6d552d24a740.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs, make/custom/erc32.cfg: Fix typo where license said found in found in.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/erc32/bsp_specs2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index 14ef76001b..ef96cc6561 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -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>
* Makefile.am: Add bspinit.c from the shared BSP files.
diff --git a/c/src/lib/libbsp/sparc/erc32/bsp_specs b/c/src/lib/libbsp/sparc/erc32/bsp_specs
index 66bb283902..0df8f86497 100644
--- a/c/src/lib/libbsp/sparc/erc32/bsp_specs
+++ b/c/src/lib/libbsp/sparc/erc32/bsp_specs
@@ -7,7 +7,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
diff --git a/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg b/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
index cefc924c41..09d0b97f39 100644
--- a/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
+++ b/c/src/lib/libbsp/sparc/erc32/make/custom/erc32.cfg
@@ -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
+CPU_CFLAGS = -mcpu=cypress -ftest-coverage
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g