mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
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)
|