about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2017-08-23 16:47:12 +0200
committerRalf Jung <post@ralfj.de>2017-08-23 16:47:12 +0200
commit4cfda6ae966aafed35cc9ac00374c63f09df25df (patch)
treed0e1132472b728aead8ef62bda4ca74ab0c28f56
parent5d60c614e644cda97758bba5eaa6feb6b0dc5854 (diff)
downloadrust-4cfda6ae966aafed35cc9ac00374c63f09df25df.tar.gz
rust-4cfda6ae966aafed35cc9ac00374c63f09df25df.zip
hack to make xargo libstd build work again
-rwxr-xr-xxargo/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/xargo/build.sh b/xargo/build.sh
index 15a7c770910..b842c04ae09 100755
--- a/xargo/build.sh
+++ b/xargo/build.sh
@@ -1,3 +1,4 @@
 #!/bin/sh
 cd "$(dirname "$0")"
+sed 's/gcc = "0\.3\.50"/gcc = "=0\.3\.50"/' -i ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/libstd/Cargo.toml
 RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build