Skip to content

Commit

Permalink
Add gnullvm targets to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Apr 21, 2024
1 parent aa31bad commit 6ae761c
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 6ae761c

Please sign in to comment.