summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:16:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:16:58 +0200
commitd804be5baee6590ff6e91d267c8cb9933ed7ac60 (patch)
tree80bbdd6c78bd0e593c5184dba26e659906c15335 /toolchain
parentcc772db2d7b186a9b218cb5715be30ee9445888c (diff)
finetune lemote target
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index e573d922e..4d9a75e4e 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -23,6 +23,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \
--with-gnu-ld \
--without-headers \
--disable-libmudflap \
+ --enable-sjlj-exceptions \
--disable-libgomp \
--disable-biarch \
--disable-multilib \