gcc-12: remove unneeded sed for PR100017 in pass 2

Reference: https://gcc.gnu.org/r12-6406
This commit is contained in:
Xi Ruoyao 2022-05-06 21:10:44 +08:00
parent e1d233c8af
commit d70e621d8e
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -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>