Skip to content

Commit

Permalink
fix: loongarch cross
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 18, 2024
1 parent e5135b2 commit b4065f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/dockerfiles/debian-loongarch-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV PATH $PATH:/opt/cross-tools/bin
ENV LD_LIBRARY_PATH /opt/cross-tools/lib:/opt/cross-tools/loongarch64-unknown-linux-gnu/lib:$LD_LIBRARY_PATH

ENV QEMU_CONFIGURE_OPTS --disable-system --disable-docs --disable-tools
ENV DEF_TARGET_LIST loongarch64-linux-user,loongarch-softmmu
ENV DEF_TARGET_LIST loongarch64-linux-user,loongarch64-softmmu
ENV MAKE /usr/bin/make

# As a final step configure the user (if env is defined)
Expand Down

0 comments on commit b4065f0

Please sign in to comment.