File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
include :
17
17
- target : LOONGSONGENERIC
18
18
triple : loongarch64-unknown-linux-gnu
19
- opts : NO_SHARED=1 TARGET=LOONGSONGENERIC
19
+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSONGENERIC
20
20
- target : LOONGSON3R5
21
21
triple : loongarch64-unknown-linux-gnu
22
- opts : NO_SHARED=1 TARGET=LOONGSON3R5
22
+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON3R5
23
23
- target : LOONGSON2K1000
24
24
triple : loongarch64-unknown-linux-gnu
25
- opts : NO_SHARED=1 TARGET=LOONGSON2K1000
25
+ opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON2K1000
26
26
- target : DYNAMIC_ARCH
27
27
triple : loongarch64-unknown-linux-gnu
28
28
opts : NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=GENERIC
40
40
41
41
- name : Download and install loongarch64-toolchain
42
42
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
45
45
46
46
- name : Set env
47
47
run : |
You can’t perform that action at this time.
0 commit comments