summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorYann Sionneau <yann@sionneau.net>2020-05-01 13:59:11 +0200
committerGitHub <noreply@github.com>2020-05-01 07:59:11 -0400
commit5e6ca054148dfb4d78e6f79457d48b745f919def (patch)
tree6be5670d50ecea0e9931618e774a3394c7fc721d /configure.host
parent4f9e20ac51ce13d46fed3c869e1deb6d9bb89444 (diff)
downloadlibffi-5e6ca054148dfb4d78e6f79457d48b745f919def.tar.gz
Add support for Kalray KVX architecture (#559)
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.host b/configure.host
index 7c951a0..56c8036 100644
--- a/configure.host
+++ b/configure.host
@@ -136,6 +136,11 @@ case "${host}" in
SOURCES="ffi.c unix.S"
;;
+ kvx-*-*)
+ TARGET=KVX; TARGETDIR=kvx
+ SOURCES="ffi.c sysv.S"
+ ;;
+
m32r*-*-*)
TARGET=M32R; TARGETDIR=m32r
SOURCES="ffi.c sysv.S"