]> git.lizzy.rs Git - rust.git/commitdiff
simplify xargo instructions
authorRalf Jung <post@ralfj.de>
Wed, 31 May 2017 01:12:06 +0000 (18:12 -0700)
committerRalf Jung <post@ralfj.de>
Wed, 31 May 2017 01:12:06 +0000 (18:12 -0700)
README.md

index 1340ddb5b879dc65b7143c9e1822f1d09a483a8a..fa3fea79e940794377812831752046d8b0325b6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ rustup component add rust-src
 chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
 cargo install xargo
 cd xargo/
-RUSTFLAGS='-Zalways-encode-mir' xargo build --target `rustc -vV | egrep '^host: ' | sed 's/^host: //'`
+RUSTFLAGS='-Zalways-encode-mir' xargo build
 ```
 
 Now you can run miri against the libstd compiled by xargo: