Skip to content

Commit c0cef33

Browse files
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
1 parent f22dca0 commit c0cef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# support. You'll need to write a target specification at least, and most
6262
# likely, teach rustc about the C ABI of the target. Get in touch with the
6363
# Rust team and file an issue if you need assistance in porting!
64-
#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon"
64+
#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;MSP430;Sparc;NVPTX;Hexagon"
6565

6666
# LLVM experimental targets to build support for. These targets are specified in
6767
# the same format as above, but since these targets are experimental, they are

0 commit comments

Comments
 (0)