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>
12 lines
180 B
BlitzBasic
12 lines
180 B
BlitzBasic
require rust-target.inc
|
|
require rust-source-${PV}.inc
|
|
require rust-snapshot-${PV}.inc
|
|
|
|
do_compile () {
|
|
rust_runx build --stage 2
|
|
}
|
|
|
|
rust_do_install() {
|
|
rust_runx install
|
|
}
|