diff options
| author | Nicole LeGare <legaren@immunant.com> | 2024-08-23 16:26:20 -0700 |
|---|---|---|
| committer | Nicole LeGare <legaren@immunant.com> | 2024-08-23 16:26:20 -0700 |
| commit | 1ed9ee7b035553dc8e719e959e1f3d03d5678a00 (patch) | |
| tree | cc7f1f3bfa61e043e0f9d232bd0984a3511fcbd3 | |
| parent | 681a866067610390f76e493e10f805d84a5ff459 (diff) | |
| download | rust-1ed9ee7b035553dc8e719e959e1f3d03d5678a00.tar.gz rust-1ed9ee7b035553dc8e719e959e1f3d03d5678a00.zip | |
Remove `reserve-x18` from armv7-unknown-trusty
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs b/compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs index 11784788651..ae73de5e64d 100644 --- a/compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs +++ b/compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs @@ -17,7 +17,7 @@ pub fn target() -> Target { arch: "arm".into(), options: TargetOptions { abi: "eabi".into(), - features: "+v7,+thumb2,+soft-float,-neon,+reserve-x18".into(), + features: "+v7,+thumb2,+soft-float,-neon".into(), max_atomic_width: Some(64), mcount: "\u{1}mcount".into(), os: "trusty".into(), |
