mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Remove libc-artifacts, use cross compiler by default
This commit is contained in:
parent
7f7f3efb24
commit
e50070b3f3
@ -1,3 +1,3 @@
|
||||
[target.x86_64-unknown-redox]
|
||||
linker = "libc-artifacts/gcc.sh"
|
||||
linker = "x86_64-elf-redox-gcc"
|
||||
rustflags = []
|
||||
|
||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user