mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 03:50:15 -07:00
11 lines
277 B
Text
11 lines
277 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_nano}
|
|
|
|
*link_gcc_c_sequence:
|
|
%(nosys_link_gcc_c_sequence) --start-group %G %(nosys_libc) %(nosys_libgloss) --end-group
|
|
|