Fix the armv7 linux target
This commit is contained in:
parent
9041b93058
commit
2efd024ad3
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ pub fn target() -> Target {
|
|||
|
||||
options: TargetOptions {
|
||||
features: "+v7,+vfp2,+neon".to_string(),
|
||||
cpu: "cortex-a7".to_string(),
|
||||
cpu: "cortex-a8".to_string(),
|
||||
.. base
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue