Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/librustc_target/spec/thumbv4t_nintendo_gba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ pub fn target() -> TargetResult {
// ABIs to not use
unsupported_abis: super::arm_base::unsupported_abis(),

// The minimum alignment for global symbols.
min_global_align: Some(4),

// this is off just like in the `thumb_base`
emit_debug_gdb_scripts: false,

Expand Down