Skip to content

Commit

Permalink
fix: loongarch cross
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Oct 19, 2024
1 parent afc408d commit 8a562bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/dockerfiles/debian-loongarch-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN curl -#SL https://github.com/loongson/build-tools/releases/download/2023.08.
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 QEMU_CONFIGURE_OPTS --disable-docs --disable-tools
ENV DEF_TARGET_LIST loongarch64-softmmu,loongarch64-linux-user
ENV MAKE /usr/bin/make

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

0 comments on commit 8a562bc

Please sign in to comment.