Skip to content

Commit

Permalink
Rollup merge of rust-lang#124229 - mati865:add-gnullvm-targets-to-man…
Browse files Browse the repository at this point in the history
…ifest, r=Mark-Simulacrum

Add gnullvm targets to manifest

Fixes an oversight from rust-lang#121712
  • Loading branch information
matthiaskrgr authored Apr 21, 2024
2 parents cd92422 + 6ae761c commit e96ed6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static TARGETS: &[&str] = &[
"aarch64-apple-ios-sim",
"aarch64-unknown-fuchsia",
"aarch64-linux-android",
"aarch64-pc-windows-gnullvm",
"aarch64-pc-windows-msvc",
"aarch64-unknown-hermit",
"aarch64-unknown-linux-gnu",
Expand Down Expand Up @@ -96,6 +97,7 @@ static TARGETS: &[&str] = &[
"i686-apple-darwin",
"i686-linux-android",
"i686-pc-windows-gnu",
"i686-pc-windows-gnullvm",
"i686-pc-windows-msvc",
"i686-unknown-freebsd",
"i686-unknown-linux-gnu",
Expand Down Expand Up @@ -157,6 +159,7 @@ static TARGETS: &[&str] = &[
"x86_64-unknown-fuchsia",
"x86_64-linux-android",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-gnullvm",
"x86_64-pc-windows-msvc",
"x86_64-pc-solaris",
"x86_64-unikraft-linux-musl",
Expand Down

0 comments on commit e96ed6d

Please sign in to comment.