Skip to content

Commit 71eb516

Browse files
committed
Modify pgfault test suite
- restructure the directory hierarchy - use xPack toolchain at default
1 parent 6c19d3a commit 71eb516

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

tests/system/Makefile renamed to tests/system/pgfault/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 = vm.elf
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)