Skip to content

Commit 72fa7f8

Browse files
committed
Add to supported_targets list.
1 parent 9c4ac73 commit 72fa7f8

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_target/spec

1 file changed

+1
-0
lines changed

src/librustc_target/spec/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ supported_targets! {
676676
("powerpc64-wrs-vxworks", powerpc64_wrs_vxworks),
677677

678678
("mipsel-sony-psp", mipsel_sony_psp),
679+
("thumbv4t-nintendo-gba", thumbv4t_nintendo_gba),
679680
}
680681

681682
/// Everything `rustc` knows about how to compile for a specific target.

0 commit comments

Comments
 (0)