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

* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
	endianness).
This commit is contained in:
Ralf Corsepius
2007-04-09 16:00:24 +00:00
parent d59cae9773
commit f7d92471a8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
endianness).
2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-04-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove lib (Now expected to exist in GCC). * bsp_specs: Remove lib (Now expected to exist in GCC).

View File

@@ -8,7 +8,7 @@
%{qrtems_debug: start_g.o%s} crtbegin.o%s }} %{qrtems_debug: start_g.o%s} crtbegin.o%s }}
*link: *link:
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} %(old_link) %{qrtems: -dc -dp -N -e _start}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s } %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }