From 6df217add647daa0e05b334283ac8de635124d85 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Jul 2016 03:08:58 +0200 Subject: frv: remove --enable-sjlj-exceptions --- toolchain/gcc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toolchain/gcc/Makefile') 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 -- cgit v1.2.3