summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-12-16 20:47:15 +0100
committerHiFiPhile <[email protected]>2025-12-16 20:47:37 +0100
commitabf27bfa37f9e8bee49011eb91f7088287afa529 (patch)
treec8dd14cb0e839007cc612b105824f8b0eea48858 /examples/build_system/make/cpu
parentcb1873881e3cc51f522978e165748ad7ef7a7b0a (diff)
parent8a246db49f5ad52bd1c430e2796c0d363c4cdede (diff)
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/build_system/make/cpu')
-rw-r--r--examples/build_system/make/cpu/rv32imac-ilp32.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/build_system/make/cpu/rv32imac-ilp32.mk b/examples/build_system/make/cpu/rv32imac-ilp32.mk
index 19c322ebc..a7b2258d7 100644
--- a/examples/build_system/make/cpu/rv32imac-ilp32.mk
+++ b/examples/build_system/make/cpu/rv32imac-ilp32.mk
@@ -1,11 +1,11 @@
ifeq ($(TOOLCHAIN),gcc)
CFLAGS += \
- -march=rv32imac_zicsr \
+ -march=rv32imac_zicsr_zifencei \
-mabi=ilp32 \
else ifeq ($(TOOLCHAIN),clang)
CFLAGS += \
- -march=rv32imac_zicsr \
+ -march=rv32imac_zicsr_zifencei \
-mabi=ilp32 \
else ifeq ($(TOOLCHAIN),iar)