Searched refs:enable_prof_libgcc (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/ |
D | configure.ac | 1103 [if test "x$enable_prof_libgcc" = "xno" ; then 1104 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" ; then 1115 AC_CHECK_LIB([gcc], [_Unwind_Backtrace], [JE_APPEND_VS(LIBS, -lgcc)], [enable_prof_libgcc="0"]) 1117 if test "x${enable_prof_libgcc}" = "x1" ; then 1122 enable_prof_libgcc="0" [all …]
|
D | configure | 9521 enableval=$enable_prof_libgcc; if test "x$enable_prof_libgcc" = "xno" ; then 9522 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" ; then 9595 enable_prof_libgcc="0" 9599 if test "x${enable_prof_libgcc}" = "x1" ; then 9605 enable_prof_libgcc="0" [all …]
|
/external/jemalloc/ |
D | configure.ac | 910 [if test "x$enable_prof_libgcc" = "xno" ; then 911 enable_prof_libgcc="0" 913 enable_prof_libgcc="1" 916 [enable_prof_libgcc="1"] 918 if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \ 920 AC_CHECK_HEADERS([unwind.h], , [enable_prof_libgcc="0"]) 921 AC_CHECK_LIB([gcc], [_Unwind_Backtrace], [LIBS="$LIBS -lgcc"], [enable_prof_libgcc="0"]) 922 if test "x${enable_prof_libgcc}" = "x1" ; then 927 enable_prof_libgcc="0" 2016 AC_MSG_RESULT([prof-libgcc : ${enable_prof_libgcc}])
|