mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Go back to using gcc.sh from libc-artifacts
This commit is contained in:
parent
a371b3e54c
commit
ae2fb4217c
@ -1,3 +1,3 @@
|
||||
[target.x86_64-unknown-redox]
|
||||
linker = "x86_64-elf-redox-gcc"
|
||||
linker = "libc-artifacts/gcc.sh"
|
||||
rustflags = []
|
||||
|
||||
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -1,3 +1,8 @@
|
||||
[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
|
||||
branch = master
|
||||
|
||||
@ -7,5 +7,5 @@ export TARGET=x86_64-unknown-redox
|
||||
# Automatic variables
|
||||
ROOT="$(cd `dirname "$0"` && pwd)"
|
||||
REPO="$ROOT/repo/$TARGET"
|
||||
export CC="x86_64-elf-redox-gcc"
|
||||
export CC="$ROOT/libc-artifacts/gcc.sh"
|
||||
export XARGO_HOME="$ROOT/xargo-home"
|
||||
|
||||
1
libc-artifacts
Submodule
1
libc-artifacts
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c67b055af98c5f9d3afbe62479e8201f01f941cc
|
||||
2
pkgutils
2
pkgutils
@ -1 +1 @@
|
||||
Subproject commit 9b212cd5c2c14e5dcbb6fc2e6d5bea59e329a76d
|
||||
Subproject commit 0c3769fd4ecf17fb9b47ee800e80b92162628e90
|
||||
Loading…
Reference in New Issue
Block a user