RTL8710AF_GCC/tools/arm-none-eabi-gcc/4.8.3-2014q1/arm-none-eabi/lib/armv7-m/nano.specs
ant 03e74a8e50 motify compile link error
motify compile link error
2016-09-18 09:03:25 +08:00

18 lines
581 B
Text

%rename link nano_link
%rename link_gcc_c_sequence nano_link_gcc_c_sequence
*nano_libc:
-lc_s
*nano_libgloss:
%{specs=rdimon.specs:-lrdimon_s} %{specs=nosys.specs:-lnosys}
*link_gcc_c_sequence:
%(nano_link_gcc_c_sequence) --start-group %G %(nano_libc) %(nano_libgloss) --end-group
*link:
%(nano_link) %:replace-outfile(-lc -lc_s) %:replace-outfile(-lg -lg_s) %:replace-outfile(-lrdimon -lrdimon_s) %:replace-outfile(-lstdc++ -lstdc++_s) %:replace-outfile(-lsupc++ -lsupc++_s)
*lib:
%{!shared:%{g*:-lg_s} %{!p:%{!pg:-lc_s}}%{p:-lc_p}%{pg:-lc_p}}