summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorMa Jun <majun258@linux.alibaba.com>2020-06-29 08:02:20 -0400
committerAnthony Green <green@moxielogic.com>2020-06-29 08:04:45 -0400
commitfbd1de85f6532f8a8f61abbd7892f8cb58b233d0 (patch)
treeed3c55fa6fa71397e1c3513acec59e496bcc7f73 /configure.host
parent0027b072627aa9d3ada71c4374561966064ecd5a (diff)
downloadlibffi-fbd1de85f6532f8a8f61abbd7892f8cb58b233d0.tar.gz
Add support for csky
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 56c8036..398c3b5 100644
--- a/configure.host
+++ b/configure.host
@@ -55,6 +55,11 @@ case "${host}" in
SOURCES="ffi.c sysv.S"
;;
+ csky-*-*)
+ TARGET=CSKY; TARGETDIR=csky
+ SOURCES="ffi.c sysv.S"
+ ;;
+
frv-*-*)
TARGET=FRV; TARGETDIR=frv
SOURCES="ffi.c eabi.S"