mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Remove xfir
This commit is contained in:
parent
bbabedb392
commit
46ad231482
1 changed files with 2 additions and 2 deletions
|
|
@ -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 +=
|
||||
|
|
|
|||
Loading…
Reference in a new issue