source: trunk/libs/newlib/src/libgloss/riscv/sim.specs @ 450

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

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

File size: 170 bytes
Line 
1# Spec file for gdb simulator.
2
3%rename lib     sim_lib
4%rename link    sim_link
5
6*lib:
7--start-group -lc -lsim --end-group
8
9*link:
10%(sim_link) %:replace-outfile(-lgloss -lsim)
Note: See TracBrowser for help on using the repository browser.