2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Sync with modern GCC.
This commit is contained in:
Ralf Corsepius
2007-04-25 12:54:18 +00:00
parent 6f1247b19c
commit 96981a4872
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Sync with modern GCC.
2007-04-25 Ray Xu <xr@trasin.net>
* Makefile.am, README, bsp_specs, configure.ac,

View File

@@ -3,10 +3,11 @@
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}}
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }