mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-29 17:50:37 +00:00
12 lines
274 B
Text
12 lines
274 B
Text
|
%rename link_gcc_c_sequence nosys_link_gcc_c_sequence
|
||
|
|
||
|
*nosys_libgloss:
|
||
|
-lnosys
|
||
|
|
||
|
*nosys_libc:
|
||
|
%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_s}
|
||
|
|
||
|
*link_gcc_c_sequence:
|
||
|
%(nosys_link_gcc_c_sequence) --start-group %G %(nosys_libc) %(nosys_libgloss) --end-group
|
||
|
|