mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +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
|
||||
endif
|
||||
|
||||
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI)
|
||||
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI) $(ZARCHCPUFLAGS)
|
||||
|
||||
# Optimization of unused sections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user