Change comment on setting codegen-backend empty

This commit is contained in:
bjorn3 2018-06-22 14:32:49 +02:00
parent b95ef95776
commit b723bc1fa9

View File

@ -330,8 +330,8 @@
# This is an array of the codegen backends that will be compiled for the rustc
# that's being compiled. The default is to only build the LLVM codegen backend,
# but you can also optionally enable the "emscripten" backend for asm.js or
# make this an empty array (that will disable LLVM, but bootstrap will fail at
# the time the final rustc binary is built for stage 1)
# make this an empty array (which will disable LLVM, but that probably won't
# get too far in the bootstrap
#codegen-backends = ["llvm"]
# This is the name of the directory in which codegen backends will get installed