Also copy in qemu-riscv32 in the riscv multilib stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2020-09-18 21:17:13 +03:00
parent 1911edd6d2
commit 55422563d6
No known key found for this signature in database
GPG key ID: F67FB83B6A25B000
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ subarch: rv64_multilib
target: stage1
version_stamp: @TIMESTAMP@
cflags: -O2 -pipe -g
interpreter: /usr/bin/qemu-riscv64
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: default
profile: default/linux/riscv/17.0/rv64gc
snapshot: @TIMESTAMP@

View file

@ -2,7 +2,7 @@ subarch: rv64_multilib
target: stage2
version_stamp: @TIMESTAMP@
cflags: -O2 -pipe -g
interpreter: /usr/bin/qemu-riscv64
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: default
profile: default/linux/riscv/17.0/rv64gc
snapshot: @TIMESTAMP@

View file

@ -2,7 +2,7 @@ subarch: rv64_multilib
target: stage3
version_stamp: @TIMESTAMP@
cflags: -O2 -pipe -g
interpreter: /usr/bin/qemu-riscv64
interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32
rel_type: default
profile: default/linux/riscv/17.0/rv64gc
snapshot: @TIMESTAMP@