Set $XARGO_HOME to build std et al only once

I don't know what logic (if any) we need to add to handle updates to Rust
This commit is contained in:
Ian Douglas Scott 2017-06-13 18:07:38 -07:00
parent cbe3379475
commit 628751b8d3
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ stage
stage.sig
stage.tar
stage.toml
xargo-home

View File

@ -8,3 +8,4 @@ export TARGET=x86_64-unknown-redox
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"
export XARGO_HOME="$ROOT/xargo-home"