mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
tools/arm: Add missing -mcpu param for zig
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -285,7 +285,7 @@ else
|
|||||||
ZEABI := gnueabi
|
ZEABI := gnueabi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI)
|
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI) $(ZARCHCPUFLAGS)
|
||||||
|
|
||||||
# Optimization of unused sections
|
# Optimization of unused sections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user