Searched refs:target_thread_file (Results 1 – 11 of 11) sorted by relevance
121 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`122 AC_MSG_RESULT([$target_thread_file])126 case ${target_thread_file} in133 echo "${target_thread_file} is an unsupported thread package" 1>&2
6497 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`6498 echo "$as_me:$LINENO: result: $target_thread_file" >&56499 echo "${ECHO_T}$target_thread_file" >&66503 case ${target_thread_file} in6510 echo "${target_thread_file} is an unsupported thread package" 1>&2
71 (target_thread_file): New. Set from sed'ed gcc output.72 (posix_threads): New. Set from target_thread_file. Use instead of
2230 target_thread_file='single'2234 target_thread_file=''2238 target_thread_file=$enable_threads_flag5126 if test x$target_thread_file != x; then5127 thread_file=$target_thread_file
428 target_thread_file='single'432 target_thread_file=''436 target_thread_file=$enable_threads_flag941 if test x$target_thread_file != x; then942 thread_file=$target_thread_file
8661 target_thread_file. Initialize to empty in main loop. Set thread_file8662 to target_thread_file after main loop if not set.
77 if test $target_thread_file = single; then
1491 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`1492 AC_MSG_RESULT([$target_thread_file])1494 if test $target_thread_file != single; then1499 glibcpp_thread_h=gthr-$target_thread_file.h
1503 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`1504 AC_MSG_RESULT([$target_thread_file])1506 if test $target_thread_file != single; then1511 glibcpp_thread_h=gthr-$target_thread_file.h
3935 echo "$ac_t""$target_thread_file" 1>&63937 if test $target_thread_file != single; then3948 glibcpp_thread_h=gthr-$target_thread_file.h4180 if test $target_thread_file = single; then
3954 target_thread_file with `gcc -v'.