Remove libc-artifacts, use cross compiler by default

This commit is contained in:
Jeremy Soller 2017-06-15 20:43:38 -06:00
parent 7f7f3efb24
commit e50070b3f3
4 changed files with 2 additions and 7 deletions

View File

@ -1,3 +1,3 @@
[target.x86_64-unknown-redox]
linker = "libc-artifacts/gcc.sh"
linker = "x86_64-elf-redox-gcc"
rustflags = []

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "libc-artifacts"]
path = libc-artifacts
url = https://github.com/redox-os/libc-artifacts.git
branch = master
[submodule "pkgutils"]
path = pkgutils
url = https://github.com/redox-os/pkgutils.git

View File

@ -7,5 +7,5 @@ export TARGET=x86_64-unknown-redox
# Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"
export CC="x86_64-elf-redox-gcc"
export XARGO_HOME="$ROOT/xargo-home"

@ -1 +0,0 @@
Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9