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

* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
This commit is contained in:
Ralf Corsepius
2007-04-09 16:07:57 +00:00
parent f7d92471a8
commit faa5687d67
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
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).

View File

@@ -3,7 +3,7 @@
%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} crtbegin.o%s }}