mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 21:35:02 +01:00
init
This commit is contained in:
commit
7183421b8f
10 changed files with 378 additions and 0 deletions
5
test/Makefile
Normal file
5
test/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CC = clang -target riscv32-unknown-linux-gnu -fuse-ld=lld -march=rv32i
|
||||
CC_STATIC = $(CC) -static -nostdlib -nodefaultlibs
|
||||
|
||||
test: test.c
|
||||
$(CC_STATIC) test.c -o test
|
||||
Loading…
Add table
Add a link
Reference in a new issue