summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-05 23:02:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-05 23:02:00 +0100
commit6d2e9103d92790de1029e07fcb93099161fd61b6 (patch)
tree91e04c99e8a8bf98947e2fcd1c7ef20fbc387bb8 /toolchain/gcc/Makefile
parent9f8bcf50e6be51766b95824e3dd58c4612dbecef (diff)
fr-v: allow to build a uClibc-ng toolchain
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 db543ace1..dd7b73c0b 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -174,6 +174,10 @@ ifeq ($(ADK_TARGET_ARCH_PPC),y)
GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt
endif
+ifeq ($(ADK_TARGET_ARCH_FRV),y)
+GCC_CONFOPTS+= --enable-sjlj-exceptions
+endif
+
ifneq ($(ADK_TARGET_MIPS_ABI),)
GCC_CONFOPTS+= --with-abi=${ADK_TARGET_MIPS_ABI}
endif