File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 include :
1717 - target : LOONGSONGENERIC
1818 triple : loongarch64-unknown-linux-gnu
19- opts : NO_SHARED=1 TARGET=LOONGSONGENERIC
19+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSONGENERIC
2020 - target : LOONGSON3R5
2121 triple : loongarch64-unknown-linux-gnu
22- opts : NO_SHARED=1 TARGET=LOONGSON3R5
22+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON3R5
2323 - target : LOONGSON2K1000
2424 triple : loongarch64-unknown-linux-gnu
25- opts : NO_SHARED=1 TARGET=LOONGSON2K1000
25+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON2K1000
2626 - target : DYNAMIC_ARCH
2727 triple : loongarch64-unknown-linux-gnu
2828 opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=GENERIC
4040
4141 - name : Download and install loongarch64-toolchain
4242 run : |
43- wget https://github.com/loongson/build-tools/releases/download/2022.09.06/ loongarch64-clfs-7.3 -cross-tools-gcc-glibc.tar.xz
44- tar -xf loongarch64-clfs-7.3 -cross-tools-gcc-glibc.tar.xz -C /opt
43+ wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS- loongarch64-8.1-x86_64 -cross-tools-gcc-glibc.tar.xz
44+ tar -xf CLFS- loongarch64-8.1-x86_64 -cross-tools-gcc-glibc.tar.xz -C /opt
4545
4646 - name : Set env
4747 run : |
You can’t perform that action at this time.
0 commit comments