2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Remove stray % from '*startfile:' having crept in
	previous change.
This commit is contained in:
Ralf Corsepius
2009-02-11 07:25:20 +00:00
parent d605a2c22a
commit e2d78b0b27
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove stray % from '*startfile:' having crept in
previous change.
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Cosmetics.

View File

@@ -4,7 +4,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s -u %__vectors}}
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s -u __vectors}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s}