summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-02 21:52:38 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-02 21:52:38 +0000
commitd9f6f79ee2b34d4dbdd280f1be2adfa798328565 (patch)
treea038b5bef459cd2063326b88fa691f3fef46ca16 /libstdc++-v3/doc/xml
parent4b8eb6ca093c25ad26dc10e5da9f54d61d1056ff (diff)
downloadgcc-d9f6f79ee2b34d4dbdd280f1be2adfa798328565.tar.gz
* acinclude.m4 (GLIBCXX_DEFAULT_ABI): Change valid arguments for
--with-default-libstdcxx-abi * configure: Regenerate. * doc/xml/manual/configure.xml: Document valid arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225356 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r--libstdc++-v3/doc/xml/manual/configure.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml
index 9ba9c1a7641..a76b80c7bc0 100644
--- a/libstdc++-v3/doc/xml/manual/configure.xml
+++ b/libstdc++-v3/doc/xml/manual/configure.xml
@@ -389,9 +389,10 @@
<para>
Set the default value for the <symbol>_GLIBCXX_USE_CXX11_ABI</symbol>
macro (see <xref linkend="manual.intro.using.macros"/>).
- The default is <option>OPTION=c++11</option> which sets the macro to
+ The default is <option>OPTION=new</option> which sets the macro to
<literal>1</literal>,
- use <option>OPTION=c++98</option> to set it to <literal>0</literal>.
+ use <option>OPTION=gcc4-compatible</option> to set it to
+ <literal>0</literal>.
This option does not change the library ABI.
</para>
</listitem></varlistentry>