diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-18 21:29:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-18 21:29:39 +0200 |
commit | 04cf8056094a69e69df8fa53495c849fed0c106d (patch) | |
tree | 1011a1ec8e96ee5ca6fc479fe69352ef37d9ca45 /toolchain/gcc | |
parent | f97dbcf294210864262595e1c8d55f5ceecb4d5d (diff) | |
parent | 1f9d97c7c317a240fd864c686a79a0e5aa2d95d8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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 \ |