11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
|
# Spec file for semihosting syscalls.
|
||
|
|
||
|
%rename lib semihost_lib
|
||
|
%rename link semihost_link
|
||
|
|
||
|
*lib:
|
||
|
--start-group -lc -lsemihost --end-group
|
||
|
|
||
|
*link:
|
||
|
%(semihost_link) %:replace-outfile(-lgloss -lsemihost)
|