Skip to content

KWIML: Add LoongArch64 support

Wu Xiaotian requested to merge yetist/cmake:la64/master into master

LoongArch is a new instruction set of Loongson 3A5000 CPU, currently in the development of the system, has completed the Loongarch 64bit version based on Debian 10.

We also started to submit patches to the community, such as binutils, autotools, meson etc.

More info about this patch:

$ uname -m
loongarch64
$ gcc -E -dM - < /dev/null|grep __loongarch64
#define __loongarch64 1
$ gcc -E -dM - < /dev/null|grep BYTE_ORDER
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__

Merge request reports

Loading