Skip to content
Snippets Groups Projects
Commit ae09d5af authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Move xargo home to xargo, use cross compiler

parent 8da49359
No related branches found
No related tags found
No related merge requests found
[target.x86_64-unknown-redox] [target.x86_64-unknown-redox]
linker = "libc-artifacts/gcc.sh" linker = "x86_64-elf-redox-gcc"
rustflags = [] rustflags = []
...@@ -7,4 +7,4 @@ stage.sig ...@@ -7,4 +7,4 @@ stage.sig
stage.tar stage.tar
stage.tar.gz stage.tar.gz
stage.toml stage.toml
xargo-home xargo
...@@ -15,4 +15,4 @@ do ...@@ -15,4 +15,4 @@ do
./cook.sh "$recipe" distclean ./cook.sh "$recipe" distclean
done done
rm -rf xargo-home rm -rf xargo
...@@ -7,5 +7,5 @@ export TARGET=x86_64-unknown-redox ...@@ -7,5 +7,5 @@ export TARGET=x86_64-unknown-redox
# Automatic variables # Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)" ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET" REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh" export CC="x86_64-elf-redox-gcc"
export XARGO_HOME="$ROOT/xargo-home" export XARGO_HOME="$ROOT/xargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment