Compare commits
2 Commits
cc7f50e139
...
2fd9f1fbe8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fd9f1fbe8 | ||
|
|
150253bfbc |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 6d95f7358ea1d900bac44756cbcec2c171339a83
|
||||
Subproject commit 26df86075f772bc5ddc1695d99fba67e50f0b1fd
|
||||
@ -1 +1 @@
|
||||
Subproject commit f8ec4d28bc9e3a9aa6321058cede9bb97856305a
|
||||
Subproject commit 0ed65d7d3dc0d9f1052833c90293a58473872581
|
||||
2
kernel
2
kernel
@ -1 +1 @@
|
||||
Subproject commit 80376a95dc784966260992910d7e789390f58b65
|
||||
Subproject commit b9c34b3c056c2df86e5869c0a1a6a7ad77000528
|
||||
@ -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)` && \
|
||||
|
||||
2
redoxfs
2
redoxfs
@ -1 +1 @@
|
||||
Subproject commit f9f4f7c5f01f61c02b95c0cb9f00b3ce9271aaed
|
||||
Subproject commit ebe9579d66e64a9f27c5ea648b4f60e75b175f89
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit ec0047c864bfff5affc92650349d6125312280f4
|
||||
Subproject commit 6d394ba4f4edccf84501f5c54d296983b0e71674
|
||||
2
rust
2
rust
@ -1 +1 @@
|
||||
Subproject commit b9b9225c2a7295a8ecfd7f575ffc6fba7de72f28
|
||||
Subproject commit 3a291a347c6f2a88435e5cbbe2af3997c2afca1f
|
||||
@ -1 +1 @@
|
||||
nightly-2021-06-15
|
||||
nightly-2022-03-18
|
||||
|
||||
Reference in New Issue
Block a user