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

* bsp_specs: Remove -e start from %link. Remove references to
	start_g.
This commit is contained in:
Ralf Corsepius
2008-12-04 16:39:26 +00:00
parent 133622cfcc
commit c563d40791
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -e start from %link. Remove references to
start_g.
2008-11-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* include/bsp.h, include/hwreg_vals.h, network/network.c:

View File

@@ -3,13 +3,12 @@
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
%{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}}}
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N}