fix target-features

This commit is contained in:
Simon Renblad 2024-12-23 14:29:49 +08:00
parent a313898794
commit 82d8079eca

View File

@ -1,7 +1,7 @@
[target.armv7-none-eabihf]
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "target-feature=a9,armv7-a,neon",
"-C", "target-feature=+a9,+armv7-a,+neon",
"-C", "target-cpu=cortex-a9",
]