new (better) gcc patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-08-16 19:04:27 +00:00
parent f03a32d4a9
commit 8df8fd9294
4 changed files with 12 additions and 6 deletions

View File

@ -26,6 +26,10 @@
</para></listitem> </para></listitem>
<listitem><para>Chapters 5 &amp; 6: Added a new patch for gcc-2.95.3
which fixes various problems such as the weak symbol
bug.</para></listitem>
<listitem><para>Chapter 6: ncurses patch totally <listitem><para>Chapter 6: ncurses patch totally
removed.</para></listitem> removed.</para></listitem>

View File

@ -3,7 +3,8 @@
<para><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch:</userinput> <para><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch:</userinput>
This patch fixes a bug in gcc's linker concerning non-exported (weak) 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> symbols, which was brought to the surface by the new glibc and also one
or two other problems which can arise.</para>
<para><userinput>--prefix=/usr:</userinput> This is NOT a typo. GCC hard <para><userinput>--prefix=/usr:</userinput> This is NOT a typo. GCC hard
codes some paths while compiling and so we need to pass /usr as the codes some paths while compiling and so we need to pass /usr as the

View File

@ -3,7 +3,8 @@
<para><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch:</userinput> <para><userinput>patch -Np1 -i ../gcc-&gcc-version;.patch:</userinput>
This patch fixes a bug in gcc's linker concerning non-exported (weak) 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> symbols, which was brought to the surface by the new glibc and also one
or two other problems which can arise.</para>
<para><userinput>--enable-languages=c,c++:</userinput> This only builds the C <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 and C++ compilers and not the other available compilers as they are, on

View File

@ -519,9 +519,9 @@
<!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.xml"> <!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.xml">
<!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml"> <!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml">
<!ENTITY all-version "cvs-20010815-1410"> <!ENTITY all-version "cvs-20010816-1150">
<!ENTITY all-size-kb "76,770 KB"> <!ENTITY all-size-kb "76,780 KB">
<!ENTITY all-size-mb "74.97 MB"> <!ENTITY all-size-mb "74.98 MB">
<!ENTITY bootscripts-version "lfs-bootscripts-cvs-20010806-0420"> <!ENTITY bootscripts-version "lfs-bootscripts-cvs-20010806-0420">
@ -562,7 +562,7 @@
<!ENTITY gcc-version "2.95.3"> <!ENTITY gcc-version "2.95.3">
<!ENTITY gcc-size "9,618 KB"> <!ENTITY gcc-size "9,618 KB">
<!ENTITY gcc-patch-size "1 KB"> <!ENTITY gcc-patch-size "5 KB">
<!ENTITY gcc-compsize-static "168 MB"> <!ENTITY gcc-compsize-static "168 MB">
<!ENTITY gcc-time-static "22 minutes"> <!ENTITY gcc-time-static "22 minutes">
<!ENTITY gcc-compsize "148 MB"> <!ENTITY gcc-compsize "148 MB">