ia64 eh, part 20d [libjava]
Anthony Green
green@redhat.com
Wed May 30 09:48:00 GMT 2001
Richard wrote:
> ! old_CXXFLAGS="$CXXFLAGS"
> ! CXXFLAGS=-S
> ! if AC_TRY_EVAL(ac_compile); then
> ! if grep _Unwind_Sjlj_Resume conftest.s >/dev/null 2>&1 ; then
> ! enable_sjlj_exceptions=yes
> ! elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
> ! enable_sjlj_exceptions=no
> ! fi
> ! fi
> ! CXXFLAGS="$old_CXXFLAGS"
Is this correct? ac_compile uses CFLAGS, not CXXFLAGS.
AG
More information about the Java-patches
mailing list