mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-26 02:44:16 +00:00
923914edae
motify arm-none-eabi-gcc
14 lines
413 B
Text
14 lines
413 B
Text
%rename link_gcc_c_sequence rdimon_link_gcc_c_sequence
|
|
|
|
*rdimon_libc:
|
|
%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_s}
|
|
|
|
*rdimon_libgloss:
|
|
%{!specs=nano.specs:-lrdimon} %{specs=nano.specs:-lrdimon_s}
|
|
|
|
*link_gcc_c_sequence:
|
|
%(rdimon_link_gcc_c_sequence) --start-group %G %(rdimon_libc) %(rdimon_libgloss) --end-group
|
|
|
|
*startfile:
|
|
crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s}
|
|
|