diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 50cd21fa..d868b202 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -104,6 +104,7 @@ jobs: "armv6-nommu-linux-uclibcgnueabi", "avr", "i686-w64-mingw32", + "loongarch64-unknown-linux-gnu", "mips-unknown-elf", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnu", diff --git a/samples/loongarch64-unknown-linux-gnu/crosstool.config b/samples/loongarch64-unknown-linux-gnu/crosstool.config new file mode 100644 index 00000000..09697d2a --- /dev/null +++ b/samples/loongarch64-unknown-linux-gnu/crosstool.config @@ -0,0 +1,12 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_LOONGARCH=y +# CT_DEMULTILIB is not set +CT_ARCH_USE_MMU=y +CT_ARCH_64=y +CT_ARCH_ARCH="loongarch64" +CT_KERNEL_LINUX=y +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set +# CT_GDB_GDBSERVER is not set diff --git a/samples/loongarch64-unknown-linux-gnu/reported.by b/samples/loongarch64-unknown-linux-gnu/reported.by new file mode 100644 index 00000000..c40b616c --- /dev/null +++ b/samples/loongarch64-unknown-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Jiajie Chen " +reporter_url="https://jia.je/" +reporter_comment=""