Skip to content

Commit 1b6ff4c

Browse files
committed
Use xPack toolchain to build test suite
1 parent 5e53962 commit 1b6ff4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/alignment/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
PREFIX ?= riscv32-unknown-elf-
1+
PREFIX ?= riscv-none-elf-
22
ARCH = -march=rv32izicsr
33
LINKER_SCRIPT = linker.ld
44

55
DEBUG_CFLAGS = -g
6-
CFLAGS = -c
6+
CFLAGS = -c -march=rv32i_zicsr
77
LDFLAGS = -T
88
EXEC = misalign.elf
99

0 commit comments

Comments
 (0)