Remove reserve-x18 from armv7-unknown-trusty

This commit is contained in:
Nicole LeGare 2024-08-23 16:26:20 -07:00
parent 681a866067
commit 1ed9ee7b03

View File

@ -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(),