Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove libc-artifacts, use cross compiler by default
  • Loading branch information
jackpot51 committed Jun 16, 2017
1 parent 7f7f3ef commit e50070b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
@@ -1,3 +1,3 @@
[target.x86_64-unknown-redox]
linker = "libc-artifacts/gcc.sh"
linker = "x86_64-elf-redox-gcc"
rustflags = []
4 changes: 0 additions & 4 deletions .gitmodules
@@ -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
2 changes: 1 addition & 1 deletion config.sh
Expand Up @@ -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 change: 0 additions & 1 deletion libc-artifacts
Submodule libc-artifacts deleted from c26b21

0 comments on commit e50070b

Please sign in to comment.