summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
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 055e955..90e29d1 100644
--- a/configure.host
+++ b/configure.host
@@ -53,6 +53,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"