fix target-spec json

This commit is contained in:
2025-05-21 16:24:11 +08:00
parent 1fbc9cedf8
commit b72f243ae9

View File

@@ -5,16 +5,15 @@
"env": "",
"executables": true,
"features": "+v7,+vfp3,-d32,+thumb2,+neon,+a9,+armv7-a",
"is-builtin": false,
"linker": "rust-lld",
"linker-flavor": "ld.lld",
"llvm-target": "armv7-unknown-none-eabihf",
"llvm-floatabi": "hard",
"max-atomic-width": 32,
"os": "none",
"panic-strategy": "abort",
"relocation-model": "static",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32",
"vendor": ""
"target-pointer-width": "32"
}