mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
e90da68265
ARC aproach to this feature is similiar to ARM's one here. 2016-04-29 Anton Kolesov <anton.kolesov@synopsys.com> * arc/nano.specs: New file. * arc/Makefile.in: Support nano.specs. * arc/nsim.specs: Likewise.
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
%rename link_gcc_c_sequence nsim_link_gcc_c_sequence
|
|
|
|
*nsim_libgloss:
|
|
-lnsim
|
|
|
|
*nsim_libc:
|
|
%{!specs=nano.specsc} %{specs=nano.specsc_nano}
|
|
|
|
*link_gcc_c_sequence:
|
|
%(nsim_link_gcc_c_sequence) --start-group %G %(nsim_libc) %(nsim_libgloss) --end-group
|
|
|