From 46ad231482a0e913743868a90eb350b6eaaa7454 Mon Sep 17 00:00:00 2001 From: Francesco Conti Date: Tue, 28 May 2024 00:06:23 +0200 Subject: [PATCH] Remove xfir --- rules/pulpos/targets/pulpissimo.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pulpos/targets/pulpissimo.mk b/rules/pulpos/targets/pulpissimo.mk index 70a9e3c..ac06360 100644 --- a/rules/pulpos/targets/pulpissimo.mk +++ b/rules/pulpos/targets/pulpissimo.mk @@ -18,8 +18,8 @@ PULP_ARCH_OBJDFLAGS ?= else ifdef USE_CV32E40X PULP_LDFLAGS += PULP_CFLAGS += -D__riscv__ -UARCHI_CORE_HAS_PULPV2 -DRV_ISA_RV32 -DPULP_LLVM -PULP_ARCH_CFLAGS ?= -march=rv32imcxfir --target=riscv32 -PULP_ARCH_LDFLAGS ?= -march=rv32imcxfir --target=riscv32 +PULP_ARCH_CFLAGS ?= -march=rv32imc --target=riscv32 +PULP_ARCH_LDFLAGS ?= -march=rv32imc --target=riscv32 PULP_ARCH_OBJDFLAGS ?= -D else PULP_LDFLAGS +=