Remove reserve-x18 from armv7-unknown-trusty
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user