mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Remove redundant c_enum_min_bits
option from the thumbv4t-none-eabi target.
This option is the same as the `thumb_base` defaults used by this target.
This commit is contained in:
parent
a8f1b72f08
commit
ef8994827e
@ -45,8 +45,6 @@ pub fn target() -> Target {
|
||||
relocation_model: RelocModel::Static,
|
||||
// suggested from thumb_base, rust-lang/rust#44993.
|
||||
emit_debug_gdb_scripts: false,
|
||||
// suggested from thumb_base, with no-os gcc/clang use 8-bit enums
|
||||
c_enum_min_bits: Some(8),
|
||||
frame_pointer: FramePointer::MayOmit,
|
||||
|
||||
main_needs_argc_argv: false,
|
||||
|
Loading…
Reference in New Issue
Block a user