Upgrade to 1.54.0 (#359)

The rust patches for riscv64 have been upstreamed
and are not needed anymore.

The riscv64 patches for libstd-rs need to be
applied to libc-0.2.93 to work. Some slight
modifications are necessary.

Signed-off-by: Ralf Anton Beier <ralf_beier@me.com>
This commit is contained in:
Ralf Anton Beier
2021-08-09 20:10:00 +02:00
committed by GitHub
parent bf6705fb7f
commit 448047c7e4
33 changed files with 1756 additions and 197 deletions
-3
View File
@@ -7,9 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=93a95682d51b4cb0a633a97046940ef0"
inherit rust
inherit cargo_common
SRC_URI += "file://riscv-march.patch"
SRC_URI += "file://rv64gc.patch"
DEPENDS += "file-native python3-native"
DEPENDS:append:class-native = " rust-llvm-native"