Skip to content

abi.h: Add LoongArch64 support

Wu Xiaotian requested to merge yetist/kwiml: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 have started to submit patches to the community, such as binutils, autotools, meson, etc., and hope that kwiml can merge this patch as soon as possible, thank you.

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__

Topic-rename: abi-la64

Edited by Brad King

Merge request reports