File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -91,5 +91,12 @@ rm -rf build_rvv && mkdir build_rvv && cd build_rvv
91
91
CC=riscv64-linux-gnu-gcc-13 CXX=riscv64-linux-gnu-g++-13 cmake .. -DCMAKE_C_COMPILER_TARGET=" riscv64-linux-gnu" -DCMAKE_CXX_COMPILER_TARGET=" riscv64-linux-gnu" -DCMAKE_CROSSCOMPILING=true -DCMAKE_CROSSCOMPILING_EMULATOR=" /usr/bin/qemu-riscv64;-cpu;max;-L;/usr/riscv64-linux-gnu" -DCMAKE_SYSTEM_NAME=Linux
92
92
clear && make -j && ctest -j && cd .. && rm -rf build_rvv
93
93
94
+ # ######################################
95
+ echo LOONGARCH64 GCC
96
+ export QEMU_LD_PREFIX=/usr/loongarch64-linux-gnu
97
+ rm -rf build_loong64 && mkdir build_loong64 && cd build_loong64
98
+ CC=loongarch64-linux-gnu-gcc-14 CXX=loongarch64-linux-gnu-g++-14 cmake .. -DCMAKE_C_COMPILER_TARGET=" loongarch64-linux-gnu" -DCMAKE_CXX_COMPILER_TARGET=" loongarch64-linux-gnu" -DCMAKE_CROSSCOMPILING=true -DCMAKE_CROSSCOMPILING_EMULATOR=" /usr/bin/qemu-loongarch64-static;-cpu;max;-L;/usr/loongarch64-linux-gnu" -DCMAKE_SYSTEM_NAME=Linux
99
+ clear && make -j && ctest -j && cd .. && rm -rf build_loong64
100
+
94
101
95
102
echo Success
You can’t perform that action at this time.
0 commit comments