about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2018-07-26 13:40:40 +0200
committerDavid Craven <david@craven.ch>2018-08-01 15:34:57 +0200
commit7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8 (patch)
treecad43fbbaae1f07aa38ac14c4927f4cab2014076 /src/bootstrap
parent302ddef1ac7a2cc7d2d9b8addaa467494a9a0c5c (diff)
downloadrust-7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8.tar.gz
rust-7a5e8bdc020e2c169cd65b01e5befb66dc5a41c8.zip
[RISCV] Enable CI.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs
index 0a8a5c87d0d..1a94d597ef8 100644
--- a/src/bootstrap/config.rs
+++ b/src/bootstrap/config.rs
@@ -507,7 +507,7 @@ impl Config {
             set(&mut config.llvm_link_shared, llvm.link_shared);
             config.llvm_targets = llvm.targets.clone();
             config.llvm_experimental_targets = llvm.experimental_targets.clone()
-                .unwrap_or("WebAssembly".to_string());
+                .unwrap_or("WebAssembly;RISCV".to_string());
             config.llvm_link_jobs = llvm.link_jobs;
             config.llvm_clang_cl = llvm.clang_cl.clone();
         }