summaryrefslogtreecommitdiff
path: root/community/rust/config.toml.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-20 19:09:29 +0100
committerErich Eckner <git@eckner.net>2019-01-20 19:09:29 +0100
commit0886145c5b380ba15c5ceea275a0fc0c2319b55c (patch)
treeea7c7176225e200a1f58552102fddb23b4d1696a /community/rust/config.toml.patch
parent47e8751fb40d8840a4c7aa6cc54c5326372649a3 (diff)
downloadpackages-0886145c5b380ba15c5ceea275a0fc0c2319b55c.tar.xz
community/rust: add i686 targets to config.toml -- thanks, jonathon!
Diffstat (limited to 'community/rust/config.toml.patch')
-rw-r--r--community/rust/config.toml.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/rust/config.toml.patch b/community/rust/config.toml.patch
new file mode 100644
index 00000000..f479499b
--- /dev/null
+++ b/community/rust/config.toml.patch
@@ -0,0 +1,9 @@
+--- a/config.toml 2019-01-20 19:03:26.718067950 +0100
++++ b/config.toml 2019-01-20 19:03:52.614834201 +0100
+@@ -25,3 +25,6 @@
+
+ [target.x86_64-unknown-linux-gnu]
+ llvm-config = "/usr/bin/llvm-config"
++
++[target.i686-unknown-linux-gnu]
++llvm-config = "/usr/bin/llvm-config"