Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a thumbv4t-none-eabi target #74419

Merged
merged 12 commits into from
Jul 19, 2020
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),

jonas-schievink marked this conversation as resolved.
Show resolved Hide resolved
// this is off just like in the `thumb_base`
emit_debug_gdb_scripts: false,

Expand Down