2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>

* bsp_specs: Update to reflect comments.
This commit is contained in:
Joel Sherrill
2008-12-09 17:01:26 +00:00
parent 8c5d374340
commit 02cd531e4b
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* bsp_specs: Update to reflect comments.
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file. * .cvsignore: New file.

View File

@@ -1,18 +1,13 @@
%rename lib old_lib
%rename endfile old_endfile %rename endfile old_endfile
%rename startfile old_startfile %rename startfile old_startfile
%rename link old_link %rename link old_link
*lib:
%{!qrtems: %(old_lib)} \
%{!nostdlib: %{qrtems: %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}} %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s} %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}