mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
pulp-runtime: Enable 'a' option for gcc to support atomics
This commit is contained in:
parent
339daf8c92
commit
b6daa819ca
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ endif
|
|||
# we need at least pulp-gcc v2.4.0
|
||||
PULP_LDFLAGS +=
|
||||
PULP_CFLAGS += -D__cv32e40p__ -D__riscv__
|
||||
PULP_ARCH_CFLAGS ?= -march=rv32imc_zfinx_xcorev -mabi=ilp32 -mno-pulp-hwloop
|
||||
PULP_ARCH_LDFLAGS ?= -march=rv32imc_zfinx_xcorev -mabi=ilp32 -mno-pulp-hwloop
|
||||
PULP_ARCH_CFLAGS ?= -march=rv32imac_zfinx_xcorev -mabi=ilp32 -mno-pulp-hwloop
|
||||
PULP_ARCH_LDFLAGS ?= -march=rv32imac_zfinx_xcorev -mabi=ilp32 -mno-pulp-hwloop
|
||||
# uses elf attributes to disassemble so no need to set it manually
|
||||
PULP_ARCH_OBJDFLAGS ?=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue