2006-11-01 Joel Sherrill <joel@OARcorp.com>

* bsp_specs: Fix typo.
This commit is contained in:
Joel Sherrill
2006-11-01 15:15:40 +00:00
parent ae54141bff
commit 4b77b83772
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-11-01 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Fix typo.
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.

View File

@@ -3,7 +3,7 @@
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}