2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* bsp_specs: Move -e start from *link to *startfile to avoid warning
	for undefined entry symbol when linking relocatables with binutils
	2.19.
This commit is contained in:
Joel Sherrill
2008-12-04 20:34:02 +00:00
parent 212f7b0734
commit df39396289
122 changed files with 500 additions and 127 deletions

View File

@@ -4,12 +4,12 @@
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crtinit.o%s}}
%{!nostdlib: %{qrtems: start.o%s crtinit.o%s -e _start}}
*endfile:
%{!qrtems: %(old_endfile)} \
%{!nostdlib: %{qrtems: crtfini.o%s}}
*link:
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}