Update toolchain to 2022-03-18

This commit is contained in:
4lDO2 2022-03-26 18:28:22 +01:00
parent cc7f50e139
commit 150253bfbc
No known key found for this signature in database
GPG key ID: 32115F2918040783
2 changed files with 3 additions and 1 deletions

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)` && \

View file

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