aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2022-10-29 14:12:04 +0200
committerEric Botcazou <ebotcazou@adacore.com>2022-10-29 14:12:04 +0200
commit7f067400109efa816d68d13bae1a3d20297ad51b (patch)
treeada88f2ae84a2f42e734da8775bf6caf6bdb746c /gcc/configure.ac
parent96ba0c369ee86d61b6df2f8fb8364028a113acf7 (diff)
downloadgcc-7f067400109efa816d68d13bae1a3d20297ad51b.zip
gcc-7f067400109efa816d68d13bae1a3d20297ad51b.tar.gz
gcc-7f067400109efa816d68d13bae1a3d20297ad51b.tar.bz2
Repair --disable-sjlj-exceptions
It was broken by: 2022-08-31 Martin Liska <mliska@suse.cz> config.build: Remove deprecated ports. config.gcc: Likewise. config.host: Likewise. configure.ac: Likewise. configure: Regenerate. config/pa/pa-hpux10.h: Removed. config/pa/pa-hpux10.opt: Removed. config/pa/t-dce-thr: Removed. gcc/ * configure.ac (sjlj-exceptions): Restore dropped line. * configure: Regenerate.
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index eb92a37..4ecccff 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