Commit fac04553 by Benjamin Kosnik Committed by Benjamin Kosnik

acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.


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
parent 9fedcfd5
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* src/complexl.cc: Fixup. * src/complexl.cc: Fixup.
* include/c_std/bits/std_cmath.h: Fixup. * include/c_std/bits/std_cmath.h: Fixup.
* include/c/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. * docs/links.html: Add links to defects list, standards FAQ.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 configure options</TITLE> <TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css"> <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> </HEAD>
<BODY> <BODY>
...@@ -80,6 +80,13 @@ options</A></H1> ...@@ -80,6 +80,13 @@ options</A></H1>
templates and the like). templates and the like).
</P> </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] <DT><TT>--enable-namespaces </TT>[default]
<DD><P>By default, g++ currently ignores namespace <TT>std</TT> for <DD><P>By default, g++ currently ignores namespace <TT>std</TT> for
backwards compatibility. It can be turned on with the backwards compatibility. It can be turned on with the
...@@ -177,7 +184,7 @@ options</A></H1> ...@@ -177,7 +184,7 @@ options</A></H1>
<HR> <HR>
<P CLASS="fineprint"><EM> <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> </EM></P>
......
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