Build riscv64-softmmu.

Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
---
This patch applies to
https://gitlab.denx.de/u-boot/gitlab-ci-runner
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c669241..1d7a3da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -132,7 +132,7 @@ RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \
        cd /tmp/qemu && \
        git submodule update --init dtc && \
        git checkout 506179e42112be77bfd071f050b15762d3b2cd43 && \
-       ./configure --prefix=/opt/qemu 
--target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,x86_64-softmmu,xtensa-softmmu"
 && \
+       ./configure --prefix=/opt/qemu 
--target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv64-softmmu,x86_64-softmmu,xtensa-softmmu"
 && \
        make -j$(nproc) all install && \
        rm -rf /tmp/qemu

--
2.20.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to