Turn off exception handling for irix 6.x builds as it fixes a bug with out-of-scope gotos. Bug #25562. Thanks to <jsd@igroup.org> for the suggested fix.

This commit is contained in:
cls%seawood.org 2000-09-15 06:39:01 +00:00
Родитель 9cfe5e9db7
Коммит 8b07a72eff
2 изменённых файлов: 2 добавлений и 2 удалений

2
configure поставляемый
Просмотреть файл

@ -4164,7 +4164,7 @@ EOF
MKSHLIB_FORCE_ALL='-all'
MKSHLIB_UNFORCE_ALL='-none'
CFLAGS="$CFLAGS -woff 3262"
CXXFLAGS="$CXXFLAGS -woff 3262"
CXXFLAGS="$CXXFLAGS -woff 3262 -LANG:exceptions=OFF"
if test -n "$USE_N32"; then
CFLAGS="$CFLAGS -n32"
CXXFLAGS="$CXXFLAGS -n32"

Просмотреть файл

@ -631,7 +631,7 @@ case "$target" in
MKSHLIB_FORCE_ALL='-all'
MKSHLIB_UNFORCE_ALL='-none'
CFLAGS="$CFLAGS -woff 3262"
CXXFLAGS="$CXXFLAGS -woff 3262"
CXXFLAGS="$CXXFLAGS -woff 3262 -LANG:exceptions=OFF"
if test -n "$USE_N32"; then
CFLAGS="$CFLAGS -n32"
CXXFLAGS="$CXXFLAGS -n32"