mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-29 23:06:56 +00:00
rules: Update compiler version and flags for control_pulp
This commit is contained in:
parent
eafea63a1e
commit
9bcaac54a6
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ endif
|
|||
|
||||
# we need at least pulp-gcc v2.1.2
|
||||
PULP_LDFLAGS +=
|
||||
PULP_CFLAGS += -D__riscv__
|
||||
PULP_ARCH_CFLAGS ?= -march=rv32imcxgap9 -mnohwloop
|
||||
PULP_ARCH_LDFLAGS ?= -march=rv32imcxgap9 -mnohwloop
|
||||
PULP_ARCH_OBJDFLAGS ?= -Mmarch=rv32imcxgap9 -mnohwloop
|
||||
PULP_CFLAGS += -D__cv32e40p__ -D__riscv__
|
||||
PULP_ARCH_CFLAGS ?= -march=rv32imfc_xcorev -mno-pulp-hwloop
|
||||
PULP_ARCH_LDFLAGS ?= -march=rv32imfc_xcorev -mno-pulp-hwloop
|
||||
PULP_ARCH_OBJDFLAGS ?= -Mmarch=rv32imfc_xcorev -mno-pulp-hwloop
|
||||
|
||||
PULP_CFLAGS += -fdata-sections -ffunction-sections \
|
||||
-include chips/pulp/config.h -I$(PULPRT_HOME)/include/chips/control-pulp
|
||||
|
|
|
|||
Loading…
Reference in a new issue