Explained what this patch does

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-08-07 01:42:04 +00:00
parent e5aa261186
commit 3c56ebc651

View File

@ -1,6 +1,9 @@
<sect2>
<title>Command explanations</title>
<para><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch:</userinput>
This patch fixes a bug in gcc's linker concerning non-exported (weak)
symbols, which was brought to the surface by the new glibc.</para>
<para><userinput>--enable-languages=c,c++:</userinput> This only builds the C
and C++ compilers and not the other available compilers as they are, on