diff options
| author | petevine <tulipawn@gmail.com> | 2016-01-31 22:26:34 +0100 |
|---|---|---|
| committer | petevine <tulipawn@gmail.com> | 2016-01-31 22:26:34 +0100 |
| commit | 2efd024ad3fe0ed0688a030676412a37160f6b9d (patch) | |
| tree | 28861b628dec64a65ebe96bdb2176fd7b13e8876 /src/librustc_back | |
| parent | 9041b930585806b948b4cc68933047ffdc96f6f9 (diff) | |
| download | rust-2efd024ad3fe0ed0688a030676412a37160f6b9d.tar.gz rust-2efd024ad3fe0ed0688a030676412a37160f6b9d.zip | |
Fix the armv7 linux target
Diffstat (limited to 'src/librustc_back')
| -rw-r--r-- | src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs b/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs index fed4649c985..dd61bd87573 100644 --- a/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs +++ b/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs @@ -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 } } |
