X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.txt;h=b14db27d6206fc79ffa1faf4805fea0ab126e92b;hb=d480d9ee3b8bf1b07f85fee1605df1a106c50530;hp=f707b9322af95df1a6a616b8a61cd92c69e39de8;hpb=0d1cedecbb63da6a728a1ac9e75f3c442ceab6fa;p=rust.git diff --git a/config.txt b/config.txt index f707b9322af..b14db27d620 100644 --- a/config.txt +++ b/config.txt @@ -1,5 +1,15 @@ # This file allows configuring the build system. +# Which triple to produce a compiler toolchain for. +# +# Defaults to the default triple of rustc on the host system. +#host = x86_64-unknown-linux-gnu + +# Which triple to build libraries (core/alloc/std/test/proc_macro) for. +# +# Defaults to `host`. +#target = x86_64-unknown-linux-gnu + # Disables cleaning of the sysroot dir. This will cause old compiled artifacts to be re-used when # the sysroot source hasn't changed. This is useful when the codegen backend hasn't been modified. # This option can be changed while the build system is already running for as long as sysroot