mirror of https://github.com/svaarala/duktape.git
liuxiang
10 months ago
3 changed files with 11 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