diff --git a/gcc/configure.ac b/gcc/configure.ac index eb92a37cd46..4ecccffc324 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1805,6 +1805,7 @@ AC_SUBST(objext) AC_ARG_ENABLE(sjlj-exceptions, [AS_HELP_STRING([--enable-sjlj-exceptions], [arrange to use setjmp/longjmp exception handling])], +[force_sjlj_exceptions=yes], [case $target in lm32*-*-*) force_sjlj_exceptions=yes