Commit 1ac5e52c by Matthias Klose Committed by Matthias Klose

acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.

2010-04-06  Matthias Klose  <doko@ubuntu.com>

        * acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.
        * configure: Regenerate.
        * doc/xml/manual/configure.xml, doc/html/manual/configure.html:
        Document --enable-libstdcxx-time as the short form for
        --enable-libstdcxx-time=yes.

From-SVN: r157975
parent 3b7970e9
2010-04-06 Matthias Klose <doko@ubuntu.com>
* acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.
* configure: Regenerate.
* doc/xml/manual/configure.xml, doc/html/manual/configure.html:
Document --enable-libstdcxx-time as the short form for
--enable-libstdcxx-time=yes.
2010-04-03 Paolo Carlini <paolo.carlini@oracle.com> 2010-04-03 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h: Fix pasto in comment. * include/bits/basic_string.h: Fix pasto in comment.
......
...@@ -1075,8 +1075,9 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [ ...@@ -1075,8 +1075,9 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [
CXXFLAGS="$CXXFLAGS -fno-exceptions" CXXFLAGS="$CXXFLAGS -fno-exceptions"
ac_save_LIBS="$LIBS" ac_save_LIBS="$LIBS"
ac_has_clock_monotonic=no; ac_has_clock_monotonic=no
ac_has_clock_realtime=no; ac_has_clock_realtime=no
AC_MSG_RESULT($enable_libstdcxx_time)
if test x"$enable_libstdcxx_time" != x"no"; then if test x"$enable_libstdcxx_time" != x"no"; then
......
...@@ -18860,8 +18860,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ...@@ -18860,8 +18860,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
CXXFLAGS="$CXXFLAGS -fno-exceptions" CXXFLAGS="$CXXFLAGS -fno-exceptions"
ac_save_LIBS="$LIBS" ac_save_LIBS="$LIBS"
ac_has_clock_monotonic=no; ac_has_clock_monotonic=no
ac_has_clock_realtime=no; ac_has_clock_realtime=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_time" >&5
$as_echo "$enable_libstdcxx_time" >&6; }
if test x"$enable_libstdcxx_time" != x"no"; then if test x"$enable_libstdcxx_time" != x"no"; then
...@@ -187,8 +187,8 @@ ...@@ -187,8 +187,8 @@
<span class="emphasis"><em>freestanding</em></span> environment, in which only a <span class="emphasis"><em>freestanding</em></span> environment, in which only a
minimal set of headers are provided. This option builds such an minimal set of headers are provided. This option builds such an
environment. environment.
</p></dd><dt><span class="term"><code class="code">--enable-clock-gettime</code></span></dt><dd><p>This is an abbreviated form of </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-time</code></span></dt><dd><p>This is an abbreviated form of
<code class="code">'--enable-clock-gettime=yes'</code>(described next). <code class="code">'--enable-libstdcxx-time=yes'</code>(described next).
</p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-time=OPTION</code></span></dt><dd><p>Enables link-type checks for the availability of the </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-time=OPTION</code></span></dt><dd><p>Enables link-type checks for the availability of the
clock_gettime clocks, used in the implementation of [time.clock], clock_gettime clocks, used in the implementation of [time.clock],
and of the nanosleep and sched_yield functions, used in the and of the nanosleep and sched_yield functions, used in the
......
...@@ -324,9 +324,9 @@ ...@@ -324,9 +324,9 @@
</para> </para>
</listitem></varlistentry> </listitem></varlistentry>
<varlistentry><term><code>--enable-clock-gettime</code></term> <varlistentry><term><code>--enable-libstdcxx-time</code></term>
<listitem><para>This is an abbreviated form of <listitem><para>This is an abbreviated form of
<code>'--enable-clock-gettime=yes'</code>(described next). <code>'--enable-libstdcxx-time=yes'</code>(described next).
</para> </para>
</listitem></varlistentry> </listitem></varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment