Compare commits

...

2 Commits

Author SHA1 Message Date
4lDO2
2fd9f1fbe8
Update dependencies for toolchain update 2022-03-27 13:30:30 +02:00
4lDO2
150253bfbc
Update toolchain to 2022-03-18 2022-03-27 13:30:27 +02:00
9 changed files with 10 additions and 8 deletions

2
.gitmodules vendored
View File

@ -21,7 +21,7 @@
[submodule "rust"]
path = rust
url = https://gitlab.redox-os.org/redox-os/rust.git
branch = redox-2021-06-15
branch = redox-2022-03-18
[submodule "redoxfs"]
path = redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git

@ -1 +1 @@
Subproject commit 6d95f7358ea1d900bac44756cbcec2c171339a83
Subproject commit 26df86075f772bc5ddc1695d99fba67e50f0b1fd

@ -1 +1 @@
Subproject commit f8ec4d28bc9e3a9aa6321058cede9bb97856305a
Subproject commit 0ed65d7d3dc0d9f1052833c90293a58473872581

2
kernel

@ -1 +1 @@
Subproject commit 80376a95dc784966260992910d7e789390f58b65
Subproject commit b9c34b3c056c2df86e5869c0a1a6a7ad77000528

View File

@ -139,6 +139,8 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/binutils-install
--enable-cargo-native-static \
--enable-extended \
--enable-llvm-static-stdcpp \
--set 'llvm.targets=AArch64;X86' \
--set 'llvm.experimental-targets=' \
--tools=cargo \
&& \
$(MAKE) -j `$(NPROC)` && \

@ -1 +1 @@
Subproject commit f9f4f7c5f01f61c02b95c0cb9f00b3ce9271aaed
Subproject commit ebe9579d66e64a9f27c5ea648b4f60e75b175f89

2
relibc

@ -1 +1 @@
Subproject commit ec0047c864bfff5affc92650349d6125312280f4
Subproject commit 6d394ba4f4edccf84501f5c54d296983b0e71674

2
rust

@ -1 +1 @@
Subproject commit b9b9225c2a7295a8ecfd7f575ffc6fba7de72f28
Subproject commit 3a291a347c6f2a88435e5cbbe2af3997c2afca1f

View File

@ -1 +1 @@
nightly-2021-06-15
nightly-2022-03-18