configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and c++threads.h instead of copying.
2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com> * configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and c++threads.h instead of copying. * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here. Tweaks. From-SVN: r34918
This commit is contained in:
parent
6eaa6abdbc
commit
0828a0bd1b
@ -15,7 +15,8 @@
|
||||
* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
|
||||
c++threads.h instead of copying.
|
||||
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
|
||||
|
||||
Tweaks.
|
||||
|
||||
* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
|
||||
* bits/basic_file.h: Declare.
|
||||
|
||||
|
@ -1266,7 +1266,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
|
||||
;;
|
||||
posix | pthreads)
|
||||
THREADS=posix
|
||||
case "$host" in
|
||||
case "$target" in
|
||||
*-*-linux*)
|
||||
;;
|
||||
esac
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -1278,7 +1278,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
|
||||
;;
|
||||
posix | pthreads)
|
||||
THREADS=posix
|
||||
case "$host" in
|
||||
case "$target" in
|
||||
*-*-linux*)
|
||||
;;
|
||||
esac
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -2529,7 +2529,7 @@ fi
|
||||
;;
|
||||
posix | pthreads)
|
||||
THREADS=posix
|
||||
case "$host" in
|
||||
case "$target" in
|
||||
*-*-linux*)
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user