Skip to content

Commit 1ed9ee7

Browse files
committed
Remove reserve-x18 from armv7-unknown-trusty
1 parent 681a866 commit 1ed9ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv7_unknown_trusty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn target() -> Target {
1717
arch: "arm".into(),
1818
options: TargetOptions {
1919
abi: "eabi".into(),
20-
features: "+v7,+thumb2,+soft-float,-neon,+reserve-x18".into(),
20+
features: "+v7,+thumb2,+soft-float,-neon".into(),
2121
max_atomic_width: Some(64),
2222
mcount: "\u{1}mcount".into(),
2323
os: "trusty".into(),

0 commit comments

Comments
 (0)