This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: ia64 eh, part 20d [libjava]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]