Searched refs:target_thread_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure6497 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
6498 echo "$as_me:$LINENO: result: $target_thread_file" >&5
6499 echo "${ECHO_T}$target_thread_file" >&6
6503 case ${target_thread_file} in
6510 echo "${target_thread_file} is an unsupported thread package" 1>&2
/freebsd-11-stable/contrib/gcc/
H A Dconfigure12385 target_thread_file='single'
12389 target_thread_file='single'
12393 target_thread_file=${enable_threads}
12404 thread_file=${target_thread_file}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure8145 target_thread_file=`$CXX -v 2>&1 | sed -n 's/^Thread model: //p'`
8146 echo "$as_me:$LINENO: result: $target_thread_file" >&5
8147 echo "${ECHO_T}$target_thread_file" >&6
8149 if test $target_thread_file != single; then
8157 glibcxx_thread_h=gthr-$target_thread_file.h
8235 if test $target_thread_file = single; then
[all...]

Completed in 202 milliseconds