forked from Imagelibrary/rtems
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||||
|
|
||||||
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove superfluous -DASM.
|
* Makefile.am: Remove superfluous -DASM.
|
||||||
|
|||||||
@@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
||||||
%{qrtems_debug: start_g.o%s}}}
|
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||||
|
|
||||||
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove superfluous -DASM.
|
* Makefile.am: Remove superfluous -DASM.
|
||||||
|
|||||||
@@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{qrtems: \
|
%{!qrtems: %(old_startfile)} %{qrtems: \
|
||||||
%{!qrtems_debug: start.o%s crtbegin.o%s} \
|
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
||||||
%{qrtems_debug: start_g.o%s crtbegin.o%s}}
|
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||||
|
|
||||||
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove superfluous -DASM.
|
* Makefile.am: Remove superfluous -DASM.
|
||||||
|
|||||||
@@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{qrtems: \
|
%{!qrtems: %(old_startfile)} %{qrtems: \
|
||||||
%{!qrtems_debug: start.o%s crtbegin.o%s} \
|
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
||||||
%{qrtems_debug: start_g.o%s crtbegin.o%s}}
|
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
|
||||||
|
|
||||||
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove superfluous -DASM.
|
* Makefile.am: Remove superfluous -DASM.
|
||||||
|
|||||||
@@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{qrtems: \
|
%{!qrtems: %(old_startfile)} %{qrtems: \
|
||||||
%{!qrtems_debug: start.o%s crtbegin.o%s} \
|
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
||||||
%{qrtems_debug: start_g.o%s crtbegin.o%s}}
|
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user