acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>
Sat, 21 Oct 2000 19:43:13 +0000 (19:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 21 Oct 2000 19:43:13 +0000 (19:43 +0000)
2000-10-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
* aclocal.m4: Regenerate.
* configure.in: Use it.
* configure: Regenerate.
* src/complexl.cc: Fixup.
* include/c_std/bits/std_cmath.h: Fixup.
* include/c/bits/std_cmath.h: Fixup.
* docs/configopts.html: Add docs.

From-SVN: r36999

libstdc++-v3/ChangeLog
libstdc++-v3/docs/configopts.html

index 1ae3a33..26d956e 100644 (file)
@@ -7,6 +7,7 @@
        * src/complexl.cc: Fixup.
        * include/c_std/bits/std_cmath.h: Fixup.
        * include/c/bits/std_cmath.h: Fixup.
+       * docs/configopts.html: Add docs.
        
        * docs/links.html: Add links to defects list, standards FAQ.
 
index 25b12d1..2192b8d 100644 (file)
@@ -9,7 +9,7 @@
    <TITLE>libstdc++-v3 configure options</TITLE>
 <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
 <LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $ -->
+<!-- $Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $ -->
 </HEAD>
 <BODY>
 
@@ -80,6 +80,13 @@ options</A></H1>
         templates and the like).
      </P>
 
+ <DT><TT>--enable-long-double </TT>
+ <DD><P>The &quot;long double&quot; type was introduced in C99.  It is
+        provided as a GNU extension to C++98 in g++.  This flag builds
+        support for &quot;long double&quot; into the library (specialized
+        templates and the like).
+     </P>
+
  <DT><TT>--enable-namespaces  </TT>[default]
  <DD><P>By default, g++ currently ignores namespace <TT>std</TT> for
         backwards compatibility.  It can be turned on with the
@@ -177,7 +184,7 @@ options</A></H1>
 
 <HR>
 <P CLASS="fineprint"><EM>
-$Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $
+$Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $
 </EM></P>