Searched refs:enable_prof_libgcc (Results 1 – 2 of 2) sorted by relevance
1103 [if test "x$enable_prof_libgcc" = "xno" ; then1104 enable_prof_libgcc="0"1106 enable_prof_libgcc="1"1109 [enable_prof_libgcc="1"]1111 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \1113 AC_CHECK_HEADERS([unwind.h], , [enable_prof_libgcc="0"])1114 if test "x${enable_prof_libgcc}" = "x1" ; then1115 AC_CHECK_LIB([gcc], [_Unwind_Backtrace], [JE_APPEND_VS(LIBS, -lgcc)], [enable_prof_libgcc="0"])1117 if test "x${enable_prof_libgcc}" = "x1" ; then1122 enable_prof_libgcc="0"[all …]
9521 enableval=$enable_prof_libgcc; if test "x$enable_prof_libgcc" = "xno" ; then9522 enable_prof_libgcc="0"9524 enable_prof_libgcc="1"9528 enable_prof_libgcc="1"9532 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \9543 enable_prof_libgcc="0"9548 if test "x${enable_prof_libgcc}" = "x1" ; then9595 enable_prof_libgcc="0"9599 if test "x${enable_prof_libgcc}" = "x1" ; then9605 enable_prof_libgcc="0"[all …]