RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.
This commit is contained in:
10
libgloss/riscv/sim.specs
Normal file
10
libgloss/riscv/sim.specs
Normal file
@ -0,0 +1,10 @@
|
||||
# Spec file for gdb simulator.
|
||||
|
||||
%rename lib sim_lib
|
||||
%rename link sim_link
|
||||
|
||||
*lib:
|
||||
--start-group -lc -lsim --end-group
|
||||
|
||||
*link:
|
||||
%(sim_link) %:replace-outfile(-lgloss -lsim)
|
Reference in New Issue
Block a user