mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
This commit is contained in:
parent
5c63bffe2d
commit
4c8e62b433
@ -48,10 +48,6 @@ pub fn target() -> TargetResult {
|
||||
// minimum extra features, these cannot be disabled via -C
|
||||
features: "+soft-float,+strict-align".to_string(),
|
||||
|
||||
executables: true,
|
||||
|
||||
relocation_model: RelocModel::Static,
|
||||
|
||||
main_needs_argc_argv: false,
|
||||
|
||||
// No thread-local storage (just use a static Cell)
|
||||
@ -60,16 +56,7 @@ pub fn target() -> TargetResult {
|
||||
// don't have atomic compare-and-swap
|
||||
atomic_cas: false,
|
||||
|
||||
// always just abort
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
|
||||
// ABIs to not use
|
||||
unsupported_abis: super::arm_base::unsupported_abis(),
|
||||
|
||||
// this is turned off just like in the `thumb_base` module
|
||||
emit_debug_gdb_scripts: false,
|
||||
|
||||
..TargetOptions::default()
|
||||
..super::thumb_base::opts()
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user