aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/configure.host')
-rw-r--r--libffi/configure.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/configure.host b/libffi/configure.host
index 2682671..9d73f18 100644
--- a/libffi/configure.host
+++ b/libffi/configure.host
@@ -140,6 +140,11 @@ case "${host}" in
SOURCES="ffi.c sysv.S"
;;
+ loongarch64-*-*)
+ TARGET=LOONGARCH64; TARGETDIR=loongarch64
+ SOURCES="ffi.c sysv.S"
+ ;;
+
m32r*-*-*)
TARGET=M32R; TARGETDIR=m32r
SOURCES="ffi.c sysv.S"