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

* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
	* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
	endianness).
This commit is contained in:
Ralf Corsepius
2007-04-09 16:09:49 +00:00
parent faa5687d67
commit 9a9668aeb8
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
endianness).
2007-03-28 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Modify to avoid pulling in too much into minimum

View File

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