You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
4 years ago
|
%rename link_gcc_c_sequence nosys_link_gcc_c_sequence
|
||
|
|
||
|
*nosys_libgloss:
|
||
|
-lnosys
|
||
|
|
||
|
*nosys_libc:
|
||
|
%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
|
||
|
|
||
|
*link_gcc_c_sequence:
|
||
|
%(nosys_link_gcc_c_sequence) --start-group %G %(nosys_libc) %(nosys_libgloss) --end-group
|
||
|
|