mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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(),
|
||||
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…
Reference in New Issue
Block a user