mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
9 months ago
committed by
GitHub
4 changed files with 12 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
#define DUK_USE_ARCH_STRING "loongarch64" |
|||
#define DUK_USE_BYTEORDER 1 |
|||
#undef DUK_USE_PACKED_TVAL |
@ -0,0 +1,4 @@ |
|||
/* LOONGARCH64, https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html */ |
|||
#if defined(__loongarch64) |
|||
#define DUK_F_LOONGARCH64 |
|||
#endif |
Loading…
Reference in new issue