We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e53962 commit 1b6ff4cCopy full SHA for 1b6ff4c
tests/system/alignment/Makefile
@@ -1,9 +1,9 @@
1
-PREFIX ?= riscv32-unknown-elf-
+PREFIX ?= riscv-none-elf-
2
ARCH = -march=rv32izicsr
3
LINKER_SCRIPT = linker.ld
4
5
DEBUG_CFLAGS = -g
6
-CFLAGS = -c
+CFLAGS = -c -march=rv32i_zicsr
7
LDFLAGS = -T
8
EXEC = misalign.elf
9
0 commit comments