forked from Imagelibrary/rtems
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:
@@ -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>
|
2008-11-18 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* include/bsp.h, include/hwreg_vals.h, network/network.c:
|
* include/bsp.h, include/hwreg_vals.h, network/network.c:
|
||||||
|
|||||||
@@ -3,13 +3,12 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s}}}
|
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user