about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-03-08 09:42:04 +0100
committerGitHub <noreply@github.com>2019-03-08 09:42:04 +0100
commitb2f7968cd4fd1ad714c56999b2723b2a418d39c7 (patch)
treed1eddb47af08c94231a56f00112a00f85155ea41
parent254bc426b2b904a549b096b49e3a3894da092f9b (diff)
parentc0cef3344f4bf0681c9bc4737abe6ce8efebd621 (diff)
downloadrust-b2f7968cd4fd1ad714c56999b2723b2a418d39c7.tar.gz
rust-b2f7968cd4fd1ad714c56999b2723b2a418d39c7.zip
Rollup merge of #58940 - ThisIsADogHello:patch-1, r=alexcrichton
Remove JSBackend from config.toml

JSBackend is implied when building the emscripten backend, and not available for the standard llvm backend.  This commit also puts the example config in sync with the defaults in src/bootstrap/native.rs
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 8f6bf03489f..0631d7c83ea 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -61,7 +61,7 @@
 # support. You'll need to write a target specification at least, and most
 # likely, teach rustc about the C ABI of the target. Get in touch with the
 # Rust team and file an issue if you need assistance in porting!
-#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon"
+#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;MSP430;Sparc;NVPTX;Hexagon"
 
 # LLVM experimental targets to build support for. These targets are specified in
 # the same format as above, but since these targets are experimental, they are