mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-26 02:44:16 +00:00
923914edae
motify arm-none-eabi-gcc
11 lines
274 B
Text
11 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
|
|
|