This commit is contained in:
Ralf Corsepius
2007-04-12 04:41:27 +00:00
parent f2ba1ad1db
commit 58d4947df1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Add ecrti%O%s to "startfile:".
* bsp_specs: Remove qrtems_debug. * bsp_specs: Remove qrtems_debug.
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>

View File

@@ -4,7 +4,7 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: }} %{!nostdlib: %{qrtems: ecrti%O%s}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}