mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:41:18 +08:00
VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time auto
2019-12-30 Corentin Gay <gay@adacore.com> * acinclude.m4 (vxworks*): New entry. Set ac_has_nanosleep=yes. * configure: Regenerate. From-SVN: r279796
This commit is contained in:
parent
1cf49e515c
commit
784daa979b
@ -1,3 +1,8 @@
|
||||
2019-12-30 Corentin Gay <gay@adacore.com>
|
||||
|
||||
* acinclude.m4 (vxworks*): New entry. Set ac_has_nanosleep=yes.
|
||||
* configure: Regenerate.
|
||||
|
||||
2019-12-30 Jerome Lambourg <lambourg@adacore.com>
|
||||
Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
|
@ -1407,6 +1407,11 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [
|
||||
ac_has_nanosleep=yes
|
||||
ac_has_sched_yield=yes
|
||||
;;
|
||||
# VxWorks has nanosleep as soon as the kernel is configured with
|
||||
# INCLUDE_POSIX_TIMERS, which is normally/most-often the case.
|
||||
vxworks*)
|
||||
ac_has_nanosleep=yes
|
||||
;;
|
||||
gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
|
||||
AC_MSG_CHECKING([for at least GNU libc 2.17])
|
||||
AC_TRY_COMPILE(
|
||||
|
5
libstdc++-v3/configure
vendored
5
libstdc++-v3/configure
vendored
@ -21060,6 +21060,11 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
||||
ac_has_nanosleep=yes
|
||||
ac_has_sched_yield=yes
|
||||
;;
|
||||
# VxWorks has nanosleep as soon as the kernel is configured with
|
||||
# INCLUDE_POSIX_TIMERS, which is normally/most-often the case.
|
||||
vxworks*)
|
||||
ac_has_nanosleep=yes
|
||||
;;
|
||||
gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for at least GNU libc 2.17" >&5
|
||||
$as_echo_n "checking for at least GNU libc 2.17... " >&6; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user