diff options
| author | petevine <tulipawn@gmail.com> | 2016-02-22 08:25:29 +0100 |
|---|---|---|
| committer | petevine <tulipawn@gmail.com> | 2016-02-22 08:25:29 +0100 |
| commit | 8ddd86a2abf0d286aa562455fa3ebff3a8985757 (patch) | |
| tree | 046d8660292255c87dbf2ec970ba7eb975b671d3 /src | |
| parent | c92e910c117775563a6a8782db16a15215061bc1 (diff) | |
| download | rust-8ddd86a2abf0d286aa562455fa3ebff3a8985757.tar.gz rust-8ddd86a2abf0d286aa562455fa3ebff3a8985757.zip | |
Eradicate last vestiges of armv6
Diffstat (limited to 'src')
| -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 dd61bd87573..d7dcd714a10 100644 --- a/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs +++ b/src/librustc_back/target/armv7_unknown_linux_gnueabihf.rs @@ -22,7 +22,7 @@ pub fn target() -> Target { target_vendor: "unknown".to_string(), options: TargetOptions { - features: "+v7,+vfp2,+neon".to_string(), + features: "+v7,+vfp3,+neon".to_string(), cpu: "cortex-a8".to_string(), .. base } |
