tools/arm: Add missing -mcpu param for zig
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
3e971d2e6d
commit
bcf5700e8a
@ -285,7 +285,7 @@ else
|
||||
ZEABI := gnueabi
|
||||
endif
|
||||
|
||||
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI)
|
||||
ZIGFLAGS = -target $(ZARCH)-freestanding-$(ZEABI) $(ZARCHCPUFLAGS)
|
||||
|
||||
# Optimization of unused sections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user