Merge pull request #25 from ids1024/xargo-home

Set $XARGO_HOME to build std et al only once
This commit is contained in:
Jeremy Soller 2017-06-13 19:19:27 -06:00 committed by GitHub
commit ffc9952f29
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"