source: trunk/libs/newlib/src/libgloss/arc/nsim.specs @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 255 bytes
Line 
1%rename link_gcc_c_sequence nsim_link_gcc_c_sequence
2
3*nsim_libgloss:
4-lnsim
5
6*nsim_libc:
7%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
8
9*link_gcc_c_sequence:
10%(nsim_link_gcc_c_sequence) --start-group %G %(nsim_libc) %(nsim_libgloss) --end-group
11
Note: See TracBrowser for help on using the repository browser.