Don't use -eabihf

This commit is contained in:
Dario Nieuwenhuis 2021-05-10 17:15:41 +02:00
parent 1703700970
commit 040fffd667
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"rust-analyzer.cargo.allFeatures": false, "rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false, "rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf", "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
"rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.cargo.loadOutDirsFromCheck": true,
"files.watcherExclude": { "files.watcherExclude": {

View File

@ -25,4 +25,4 @@ rustflags = [
] ]
[build] [build]
target = "thumbv7em-none-eabihf" target = "thumbv7em-none-eabi"