mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 05:50:28 +08:00
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
This commit is contained in:
parent
9fedcfd5a3
commit
fac045536f
@ -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.
|
||||
|
||||
|
@ -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 "long double" type was introduced in C99. It is
|
||||
provided as a GNU extension to C++98 in g++. This flag builds
|
||||
support for "long double" 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>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user