summaryrefslogtreecommitdiff
path: root/lang/rust/files/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/files/config.toml')
-rw-r--r--lang/rust/files/config.toml42
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/rust/files/config.toml b/lang/rust/files/config.toml
deleted file mode 100644
index ad7a2643f372..000000000000
--- a/lang/rust/files/config.toml
+++ /dev/null
@@ -1,42 +0,0 @@
-[build]
-
-# Use bundled crates; this should permit offline build.
-vendor = true
-
-# In addition to rustc, rust-std and rust-docs, build Cargo.
-extended = true
-
-# python(1) location.
-python = "%PYTHON_CMD%"
-
-# Do we want to build docs?
-docs = %DOCS%
-
-[install]
-
-# Install location.
-prefix = "%PREFIX%"
-sysconfdir = "%SYSCONFDIR%"
-mandir = "%MANDIR%"
-
-[rust]
-
-# Rust release channel.
-channel = "%CHANNEL%"
-
-default-linker = "%CC%"
-
-[llvm]
-ccache = %CCACHE%
-#targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon"
-#experimental-targets = "WebAssembly;RISCV"
-
-[target.%TARGET%]
-cc = "%CC%"
-cxx = "%CXX%"
-linker = "%CC%"
-
-[dist]
-
-# Do not build the source archive.
-src-tarball = false