diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-02 07:09:11 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-02 07:09:11 +0000 |
commit | ae11e15dd75cb622f21c7660f2fdb0eaaeaaa59f (patch) | |
tree | d17b888adedb94f53d8d4fe6f752157c150205ea /chapter05/gcc-pass2.xml | |
parent | 5e32d3008af234cbd0f7dea021d0199005f22282 (diff) |
gcc: tell the audience that Glibc-2.31 is the smoking gun
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11739 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index eff28cabb..152d0cf92 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -105,8 +105,7 @@ tar -xf ../mpc-&mpc-version;.tar.gz mv -v mpc-&mpc-version; mpc</userinput></screen> <para> - Now fix a problem introduced by aother package after this version - of gcc was released: + Now fix a problem introduced by Glibc-2.31: </para> <screen><userinput remap="pre">sed -e '1161 s|^|//|' \ |