Fix the armv7 linux target

This commit is contained in:
petevine 2016-01-31 22:26:34 +01:00
parent 9041b93058
commit 2efd024ad3
2 changed files with 3 additions and 3 deletions

View file

@ -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
}
}