diff options
author | Benjamin Kosnik <bkoz@purist.soma.redhat.com> | 2000-10-21 19:43:13 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-21 19:43:13 +0000 |
commit | fac045536fefda3972f6c5d42ab60431a41f6d03 (patch) | |
tree | 6bd1f2f1b55e9354043d9c6a14f5d86501011e80 | |
parent | 9fedcfd5a3392ad46683ebb739a35544f8b84259 (diff) | |
download | gcc-fac045536fefda3972f6c5d42ab60431a41f6d03.zip gcc-fac045536fefda3972f6c5d42ab60431a41f6d03.tar.gz gcc-fac045536fefda3972f6c5d42ab60431a41f6d03.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 | ||||
-rw-r--r-- | libstdc++-v3/docs/configopts.html | 11 |
2 files changed, 10 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1ae3a33..26d956e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html index 25b12d1..2192b8d 100644 --- a/libstdc++-v3/docs/configopts.html +++ b/libstdc++-v3/docs/configopts.html @@ -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> |