summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-21 22:35:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-29 03:43:36 +0200
commit53361ff7109edba622d927dc9d58c212d0a2f507 (patch)
tree63367a47caaa9ffbb078f03d32e887832f1475f5 /toolchain/gcc/Makefile
parent4de977100948cc66b892fe4dafa6d2b6fbbe5b34 (diff)
add basic support for architecture c-sky, not yet working
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 397a74279..a36986f4d 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -118,6 +118,10 @@ ifeq ($(ADK_TARGET_ARCH_BFIN),y)
GCC_CONFOPTS+= --disable-symvers
endif
+ifeq ($(ADK_TARGET_ARCH_CSKY),y)
+GCC_CONFOPTS+= --with-cskyabi=abiv1
+endif
+
ifeq ($(ADK_TARGET_ARCH_METAG),y)
GCC_CONFOPTS+= --with-cpu=2.1 --enable-meta-default --disable-symvers
endif