diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-05-11 08:56:48 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-05-11 08:56:48 +0200 |
commit | 3a72ffa8586b4c88824e6882e11ba140472e2e5e (patch) | |
tree | d00a071ba40507aadc3dfa328cc58ca54f6d31a5 /chapter06 | |
parent | 2ca9d8fb04f0e7fe6618077c1cc9145df5879b46 (diff) |
Adopt upstream changes
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-pass2.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 8a8baebb5..9d3b60184 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -71,12 +71,6 @@ esac</userinput></screen> -e '/m32=/s/m32=.*/m32=..\/lib32$(call if_multiarch,:i386-linux-gnu)/' \ -i.orig gcc/config/i386/t-linux64</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/& -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> |