forked from Imagelibrary/rtems
bsps/m32r: Fix bsp_specs
This commit is contained in:
@@ -4,12 +4,10 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s crtinit.o%s -e _start}}
|
%{!nostdlib: %{qrtems: start.o%s crtinit.o%s crtbegin.o%s -e _start}}
|
||||||
|
|
||||||
*endfile:
|
|
||||||
%{!qrtems: %(old_endfile)} \
|
|
||||||
%{!nostdlib: %{qrtems: crtfini.o%s}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
|
||||||
|
|
||||||
|
*endfile:
|
||||||
|
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtfini.o%s }
|
||||||
|
|||||||
Reference in New Issue
Block a user