aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-pass2.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-05-06 21:10:44 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-05-06 21:13:27 +0800
commitd70e621d8eaf1ddb8aa691a93208d5ed5b12d353 (patch)
tree06f3efe3452bc4665335db48c241c1133d83ed51 /chapter06/gcc-pass2.xml
parente1d233c8afe5d54998160df8d03c78f4f4179a12 (diff)
gcc-12: remove unneeded sed for PR100017 in pass 2
Reference: https://gcc.gnu.org/r12-6406
Diffstat (limited to 'chapter06/gcc-pass2.xml')
-rw-r--r--chapter06/gcc-pass2.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index d76b9d9af..ef2eff517 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -63,12 +63,6 @@ mv -v mpc-&mpc-version; mpc</userinput></screen>
;;
esac</userinput></screen>
- <!-- https://gcc.gnu.org/PR100017 -->
- <para>Fix an issue causing failure cross-compiling libstdc++:</para>
-
-<screen><userinput remap="pre">sed 's/gnu++17/&amp; -nostdinc++/' \
- -i libstdc++-v3/src/c++17/Makefile.in</userinput></screen>
-
<para>Override the building rule of libgcc and libstdc++ headers, to
allow building these libraries with POSIX threads support:</para>