From d70e621d8eaf1ddb8aa691a93208d5ed5b12d353 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 6 May 2022 21:10:44 +0800 Subject: gcc-12: remove unneeded sed for PR100017 in pass 2 Reference: https://gcc.gnu.org/r12-6406 --- chapter06/gcc-pass2.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'chapter06/gcc-pass2.xml') 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 ;; esac - - Fix an issue causing failure cross-compiling libstdc++: - -sed 's/gnu++17/& -nostdinc++/' \ - -i libstdc++-v3/src/c++17/Makefile.in - Override the building rule of libgcc and libstdc++ headers, to allow building these libraries with POSIX threads support: -- cgit v1.2.3-54-g00ecf