Skip to content

Commit ef89948

Browse files
committed
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.
1 parent a8f1b72 commit ef89948

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ pub fn target() -> Target {
4545
relocation_model: RelocModel::Static,
4646
// suggested from thumb_base, rust-lang/rust#44993.
4747
emit_debug_gdb_scripts: false,
48-
// suggested from thumb_base, with no-os gcc/clang use 8-bit enums
49-
c_enum_min_bits: Some(8),
5048
frame_pointer: FramePointer::MayOmit,
5149

5250
main_needs_argc_argv: false,

0 commit comments

Comments
 (0)