mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-07-17 08:45:40 +00:00
motify compile link error
motify compile link error
This commit is contained in:
parent
923914edae
commit
03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions
|
|
@ -0,0 +1,14 @@
|
|||
%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}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue