2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Cosmetics.
This commit is contained in:
Ralf Corsepius
2008-12-05 02:51:18 +00:00
parent 8f2908874a
commit 83965d5b3b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Cosmetics.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -4,8 +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}