forked from Imagelibrary/rtems
@@ -3,11 +3,11 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
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:
|
||||||
%(old_link) %{qrtems: -dc -dp -N}
|
%(old_link) %{qrtems: -dc -dp -N}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|||||||
Reference in New Issue
Block a user