This commit is contained in:
nora 2025-03-09 21:45:53 +01:00
parent 9ad5785106
commit dd2e4001fd
5 changed files with 130 additions and 27 deletions

View file

@ -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 riscv32im-unknown-none-elf
RUSTC = rustc --target riscv32imac-unknown-none-elf
all: init init1