summaryrefslogtreecommitdiff
path: root/lang/rust/files
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-11-16 19:48:24 +0000
committerjperkin <jperkin@pkgsrc.org>2017-11-16 19:48:24 +0000
commit38dc9e7ab0a7ff04865ff8cd9c6772b3143f3212 (patch)
treedc7c696a6663e9e22abe5d24f7eac4291c1e3fa9 /lang/rust/files
parent6d6c2ffa512261ae131510d349a227519701a786 (diff)
downloadpkgsrc-38dc9e7ab0a7ff04865ff8cd9c6772b3143f3212.tar.gz
rust: Restore SunOS support. Switch back to configure script.
No changes intended on other platforms, the configure script arguments should be identical to those previously found in config.toml. Doing it this way makes it a lot easier to have per-OS configuration.
Diffstat (limited to 'lang/rust/files')
-rw-r--r--lang/rust/files/config.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/rust/files/config.toml b/lang/rust/files/config.toml
deleted file mode 100644
index bf948110c5d..00000000000
--- a/lang/rust/files/config.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[build]
-rustc = "@RUSTC@"
-cargo = "@CARGO@"
-python = "@PYTHONBIN@"
-vendor = true
-extended = true
-verbose = 2
-[install]
-prefix = "@PREFIX@"
-sysconfdir = ""
-mandir = "man"
-[rust]
-channel = "stable"
-rpath = true
-codegen-tests = false
-[dist]
-src-tarball = false
-[llvm]
-static-libstdcpp = false
-ninja = false
-[target.@RUST_ARCH@]
-llvm-config = "@PREFIX@/bin/llvm-config"