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:
parent
1911edd6d2
commit
55422563d6
3 changed files with 3 additions and 3 deletions
|
@ -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@
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue