1
0
Fork 0

fix xbuild target features

This commit is contained in:
Simon Renblad 2024-10-14 13:47:25 +08:00
parent cb0ec48ef0
commit 4138a65270
1 changed files with 1 additions and 1 deletions

View File

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