forked from Imagelibrary/rtems
Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmds
switch which lets the user specify a different linker script.
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
%{!qrtems: %(old_startfile)} %{qrtems: startsis.o%s}
|
||||
|
||||
*link:
|
||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -T linkcmds%s -e start}
|
||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start %{!qnolinkcmds: -T linkcmds%s}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user