1
Fork 0

add mipsel_unknown_none target

This commit is contained in:
Stephan 2020-11-02 19:11:24 +01:00
parent 499ebcfdf3
commit 6e58b1c3c9
2 changed files with 33 additions and 0 deletions

View file

@ -653,6 +653,7 @@ supported_targets! {
("powerpc64-wrs-vxworks", powerpc64_wrs_vxworks),
("mipsel-sony-psp", mipsel_sony_psp),
("mipsel-unknown-none", mipsel_unknown_none),
("thumbv4t-none-eabi", thumbv4t_none_eabi),
}