X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=466a3a29c4c78284043d12ddb7a220c6406e2892;hb=01ffa5fa0ca0e25640e87bf0f7ab9b99e7c4a1f1;hp=ad48cc881f3e665252869c0b9b02b40450312ff4;hpb=12705b47007f3244ef9d06d2281e1b20cb1dd0f1;p=rust.git diff --git a/config.toml.example b/config.toml.example index ad48cc881f3..466a3a29c4c 100644 --- a/config.toml.example +++ b/config.toml.example @@ -551,7 +551,9 @@ changelog-seen = 2 # 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, -# and currently the only standard options supported are `"llvm"` and `"cranelift"`. +# and currently the only standard options supported are `"llvm"`, `"cranelift"` +# and `"gcc"`. The first backend in this list will be used as default by rustc +# when no explicit backend is specified. #codegen-backends = ["llvm"] # Indicates whether LLD will be compiled and made available in the sysroot for