diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 01:09:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 23:36:55 +0800 |
commit | 459d4936aec6671d94a0a4be918d8efbbc130215 (patch) | |
tree | 7c418c9970c882b31a73fde8b58f7f5aa55478de /chapter05 | |
parent | cbd0a9a98e1fc17cf652b6db5fa223fe5b3043fa (diff) |
fix GCC PR100017 and enable libstdc++ for pass 2
This is the issue preventing us from cross-compiling libstdc++ in
Chapter 6. By fixing this issue we can remove a seperate pass 2 for
libstdc++ and simplify the instruction.
The upstream fix will be released in 11.3 and 12.0, so we can remove the
first sed upgrading gcc next time.
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/libstdc++.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 5a70026ed..66f17fcd8 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -5,8 +5,8 @@ %general-entities; ]> -<sect1 id="ch-tools-libstdcpp-pass1" role="wrap"> - <?dbhtml filename="gcc-libstdc++-pass1.html"?> +<sect1 id="ch-tools-libstdcpp" role="wrap"> + <?dbhtml filename="gcc-libstdc++.html"?> <sect1info condition="script"> <productname>gcc-libstdc++</productname> @@ -14,9 +14,9 @@ <address>&gcc-url;</address> </sect1info> - <title>Libstdc++ from GCC-&gcc-version;, Pass 1</title> + <title>Libstdc++ from GCC-&gcc-version;</title> - <indexterm zone="ch-tools-libstdcpp-pass1"> + <indexterm zone="ch-tools-libstdcpp"> <primary sortas="a-GCC">GCC</primary> <secondary>tools, libstdc++ pass 1</secondary> </indexterm> |