Compare commits

..

No commits in common. "2fd9f1fbe81c2f9fa689f9f0c1ee6a6570ee58bf" and "cc7f50e1392b3c3e17c66548af677420b3438f47" have entirely different histories.

9 changed files with 8 additions and 10 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-2022-03-18
branch = redox-2021-06-15
[submodule "redoxfs"]
path = redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git

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

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

2
kernel

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

View File

@ -139,8 +139,6 @@ $(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 ebe9579d66e64a9f27c5ea648b4f60e75b175f89
Subproject commit f9f4f7c5f01f61c02b95c0cb9f00b3ce9271aaed

2
relibc

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

2
rust

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

View File

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