summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-28 03:08:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-28 03:09:08 +0200
commit6df217add647daa0e05b334283ac8de635124d85 (patch)
tree34b101770a942a0e1745fe1e1a82ab217136487b /toolchain/gcc
parenta0957909747aa15c17922fc2bc864d347549c4a9 (diff)
frv: remove --enable-sjlj-exceptions
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index fb205606a..91c32b509 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -182,10 +182,6 @@ ifeq ($(ADK_TARGET_ARCH_PPC64),y)
GCC_CONFOPTS+= --without-long-double-128 --with-abi=elfv2
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