From 459d4936aec6671d94a0a4be918d8efbbc130215 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 27 Feb 2022 01:09:05 +0800 Subject: 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. --- chapter05/libstdc++.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter05/libstdc++.xml') 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; ]> - - + + gcc-libstdc++ @@ -14,9 +14,9 @@
&gcc-url;
- Libstdc++ from GCC-&gcc-version;, Pass 1 + Libstdc++ from GCC-&gcc-version; - + GCC tools, libstdc++ pass 1 -- cgit v1.2.3-54-g00ecf