mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 21:35:02 +01:00
mul
This commit is contained in:
parent
ab8e4ebc13
commit
42c4d826f1
4 changed files with 135 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
CC = clang -Wall -Wpedantic -target riscv32-unknown-linux-gnu -fuse-ld=lld -march=rv32i
|
||||
CC_STATIC = $(CC) -static -nostdlib -nodefaultlibs
|
||||
|
||||
RUSTC = rustc --target riscv32i-unknown-none-elf
|
||||
RUSTC = rustc --target riscv32im-unknown-none-elf
|
||||
|
||||
all: init init1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue