Skip to content

Commit

Permalink
upgrade the LoongArch64 architecture cross-compilation toolchain (#165)
Browse files Browse the repository at this point in the history
simdjson and simdutf have completed LSX and LASX support
Updated cross-toolchain to support LSX/LASX instruction sets
  • Loading branch information
Xiao-Tao authored Jan 6, 2025
1 parent 083f3ab commit 79d6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/loong64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
ccache \
xz-utils

RUN curl -L https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-7.3-cross-tools-gcc-glibc.tar.xz | tar xJf - -C /opt
RUN curl -L https://github.com/loongson/build-tools/releases/download/2024.11.01/x86_64-cross-tools-loongarch64-binutils_2.43.1-gcc_14.2.0-glibc_2.40.tar.xz | tar xJf - -C /opt

COPY --chown=node:node run.sh /home/node/run.sh

Expand Down

0 comments on commit 79d6587

Please # to comment.