Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726

Add illumos aarch64 target for rust.

This adds the newly being developed illumos aarch64 target to the rust compiler.

`@rmustacc` `@citrus-it` `@richlowe` As promissed before my hiatus :)
This commit is contained in:
Matthias Krüger
2023-12-23 20:02:27 +01:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

@@ -1591,6 +1591,7 @@ supported_targets! {
("sparcv9-sun-solaris", sparcv9_sun_solaris),
("x86_64-unknown-illumos", x86_64_unknown_illumos),
("aarch64-unknown-illumos", aarch64_unknown_illumos),
("x86_64-pc-windows-gnu", x86_64_pc_windows_gnu),
("i686-pc-windows-gnu", i686_pc_windows_gnu),