aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/torture/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/torture/Makefile')
-rw-r--r--scripts/torture/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/torture/Makefile b/scripts/torture/Makefile
index 946efdd..78444df 100644
--- a/scripts/torture/Makefile
+++ b/scripts/torture/Makefile
@@ -54,7 +54,7 @@ tests/test_$(1).S: tests/generated.ok
touch tests/test_$(1).S
tests/test_$(1).elf: tests/test_$(1).S
- riscv32-unknown-elf-gcc -m32 -march=RV32IC -ffreestanding -nostdlib -Wl,-Bstatic,-T,sections.lds -I. -o tests/test_$(1).elf tests/test_$(1).S
+ riscv32-unknown-elf-gcc -m32 -march=RV32IMC -ffreestanding -nostdlib -Wl,-Bstatic,-T,sections.lds -I. -o tests/test_$(1).elf tests/test_$(1).S
tests/test_$(1).bin: tests/test_$(1).elf
riscv32-unknown-elf-objcopy -O binary tests/test_$(1).elf tests/test_$(1).bin