mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Move xargo home to xargo, use cross compiler
This commit is contained in:
parent
8da49359fe
commit
ae09d5afbc
@ -1,3 +1,3 @@
|
||||
[target.x86_64-unknown-redox]
|
||||
linker = "libc-artifacts/gcc.sh"
|
||||
linker = "x86_64-elf-redox-gcc"
|
||||
rustflags = []
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,4 +7,4 @@ stage.sig
|
||||
stage.tar
|
||||
stage.tar.gz
|
||||
stage.toml
|
||||
xargo-home
|
||||
xargo
|
||||
|
||||
2
clean.sh
2
clean.sh
@ -15,4 +15,4 @@ do
|
||||
./cook.sh "$recipe" distclean
|
||||
done
|
||||
|
||||
rm -rf xargo-home
|
||||
rm -rf xargo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user