diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index c71d03ae1..3094104b3 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -67,12 +67,6 @@ mv -v isl-&isl-version; isl
;;
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: