summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-18 21:29:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-18 21:29:39 +0200
commit04cf8056094a69e69df8fa53495c849fed0c106d (patch)
tree1011a1ec8e96ee5ca6fc479fe69352ef37d9ca45 /toolchain/gcc
parentf97dbcf294210864262595e1c8d55f5ceecb4d5d (diff)
parent1f9d97c7c317a240fd864c686a79a0e5aa2d95d8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index ea3cd1f4d..41ea5b9d8 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -22,7 +22,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \
--enable-target-optspace \
--with-gnu-ld \
--disable-libmudflap \
- --enable-sjlj-exceptions \
+ --disable-sjlj-exceptions \
--disable-libgomp \
--disable-biarch \
--disable-multilib \