diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
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 \ |