mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-22 18:44:56 +08:00
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,6 +15,7 @@
|
|||||||
* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
|
* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
|
||||||
c++threads.h instead of copying.
|
c++threads.h instead of copying.
|
||||||
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
|
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
|
||||||
|
Tweaks.
|
||||||
|
|
||||||
* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
|
* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
|
||||||
* bits/basic_file.h: Declare.
|
* bits/basic_file.h: Declare.
|
||||||
|
@ -1266,7 +1266,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
|
|||||||
;;
|
;;
|
||||||
posix | pthreads)
|
posix | pthreads)
|
||||||
THREADS=posix
|
THREADS=posix
|
||||||
case "$host" in
|
case "$target" in
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -1278,7 +1278,7 @@ AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
|
|||||||
;;
|
;;
|
||||||
posix | pthreads)
|
posix | pthreads)
|
||||||
THREADS=posix
|
THREADS=posix
|
||||||
case "$host" in
|
case "$target" in
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -2529,7 +2529,7 @@ fi
|
|||||||
;;
|
;;
|
||||||
posix | pthreads)
|
posix | pthreads)
|
||||||
THREADS=posix
|
THREADS=posix
|
||||||
case "$host" in
|
case "$target" in
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user