* arm/elf-nano.specs: New file.
* arm/elf-rdimon.specs: Support nano.specs. * arm/Makefile.in: Support nano.specs. * libnosys/nosys.specs: Support nano.specs.
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
%rename lib libc
|
||||
%rename link_gcc_c_sequence rdimon_link_gcc_c_sequence
|
||||
|
||||
*libgloss:
|
||||
-lrdimon
|
||||
*rdimon_libc:
|
||||
%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
|
||||
|
||||
*lib:
|
||||
--start-group %(libc) %(libgloss) --end-group
|
||||
*rdimon_libgloss:
|
||||
%{!specs=nano.specs:-lrdimon} %{specs=nano.specs:-lrdimon_nano}
|
||||
|
||||
*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}
|
||||
|
Reference in New Issue
Block a user