about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-02-06 00:28:54 +0900
committerGitHub <noreply@github.com>2019-02-06 00:28:54 +0900
commit18e5c7a370187d43fdd55f4e93d809f06cd05f67 (patch)
treeb8261eba9583f76ad71585b135ff3592bff824ce /src/tools
parentff7ab3302745e3d278b5bc9d4a22f7c5b7213cb9 (diff)
parent46c2c274f27df759a7947fc4804780bda7e3432c (diff)
downloadrust-18e5c7a370187d43fdd55f4e93d809f06cd05f67.tar.gz
rust-18e5c7a370187d43fdd55f4e93d809f06cd05f67.zip
Rollup merge of #58108 - denzp:nvptx-manifest, r=alexcrichton
Add NVPTX target to a build manifest

Include `nvptx64-nvidia-cuda` target to a build manifest. I forgot this step at my first take on adding the target (#57937).

Hopefully, this is the only reason why `rustup target add nvptx64-nvidia-cuda` doesn't work :slightly_frowning_face:

r? @alexcrichton
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 4ca285b9b1d..91cfa0981ac 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -78,6 +78,7 @@ static TARGETS: &'static [&'static str] = &[
     "mips64el-unknown-linux-gnuabi64",
     "mipsel-unknown-linux-gnu",
     "mipsel-unknown-linux-musl",
+    "nvptx64-nvidia-cuda",
     "powerpc-unknown-linux-gnu",
     "powerpc64-unknown-linux-gnu",
     "powerpc64le-unknown-linux-gnu",