We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888077b commit dbfe8fcCopy full SHA for dbfe8fc
src/librustc_target/spec/thumbv4t_nintendo_gba.rs
@@ -62,9 +62,6 @@ pub fn target() -> TargetResult {
62
// ABIs to not use
63
unsupported_abis: super::arm_base::unsupported_abis(),
64
65
- // The minimum alignment for global symbols.
66
- min_global_align: Some(4),
67
-
68
// this is off just like in the `thumb_base`
69
emit_debug_gdb_scripts: false,
70
0 commit comments