Remove reserve-x18
from armv7-unknown-trusty
This commit is contained in:
parent
681a866067
commit
1ed9ee7b03
@ -17,7 +17,7 @@ pub fn target() -> Target {
|
|||||||
arch: "arm".into(),
|
arch: "arm".into(),
|
||||||
options: TargetOptions {
|
options: TargetOptions {
|
||||||
abi: "eabi".into(),
|
abi: "eabi".into(),
|
||||||
features: "+v7,+thumb2,+soft-float,-neon,+reserve-x18".into(),
|
features: "+v7,+thumb2,+soft-float,-neon".into(),
|
||||||
max_atomic_width: Some(64),
|
max_atomic_width: Some(64),
|
||||||
mcount: "\u{1}mcount".into(),
|
mcount: "\u{1}mcount".into(),
|
||||||
os: "trusty".into(),
|
os: "trusty".into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user