Home
last modified time | relevance | path

Searched refs:target_thread_file (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/gcc/libmudflap/
Dconfigure.ac121 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} in
133 echo "${target_thread_file} is an unsupported thread package" 1>&2
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
DChangeLog71 (target_thread_file): New. Set from sed'ed gcc output.
72 (posix_threads): New. Set from target_thread_file. Use instead of
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconfigure2230 target_thread_file='single'
2234 target_thread_file=''
2238 target_thread_file=$enable_threads_flag
5126 if test x$target_thread_file != x; then
5127 thread_file=$target_thread_file
Dconfigure.in428 target_thread_file='single'
432 target_thread_file=''
436 target_thread_file=$enable_threads_flag
941 if test x$target_thread_file != x; then
942 thread_file=$target_thread_file
DChangeLog.08661 target_thread_file. Initialize to empty in main loop. Set thread_file
8662 to target_thread_file after main loop if not set.
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfigure.in77 if test $target_thread_file = single; then
Dacinclude.m41491 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; then
1499 glibcpp_thread_h=gthr-$target_thread_file.h
Daclocal.m41503 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; then
1511 glibcpp_thread_h=gthr-$target_thread_file.h
Dconfigure3935 echo "$ac_t""$target_thread_file" 1>&6
3937 if test $target_thread_file != single; then
3948 glibcpp_thread_h=gthr-$target_thread_file.h
4180 if test $target_thread_file = single; then
DChangeLog-20013954 target_thread_file with `gcc -v'.