Remove reserve-x18
from armv7-unknown-trusty
This commit is contained in:
parent
681a866067
commit
1ed9ee7b03
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue