mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 21:35:02 +01:00
debugger and fixes
This commit is contained in:
parent
de03390dab
commit
7ae26ddc85
9 changed files with 212 additions and 50 deletions
|
|
@ -11,5 +11,5 @@ init: init.c
|
|||
init1: init1.rs
|
||||
$(RUSTC) init1.rs
|
||||
|
||||
x: x.s
|
||||
$(CC_STATIC) x.s -o x
|
||||
x: x.S
|
||||
$(CC_STATIC) x.S -o x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue