Ver Fonte

new (better) gcc patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers há 24 anos atrás
pai
commit
8df8fd9294
4 ficheiros alterados com 12 adições e 6 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 2 1
      chapter05/gcc-exp.xml
  3. 2 1
      chapter06/gcc-exp.xml
  4. 4 4
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -26,6 +26,10 @@
 
 </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
 removed.</para></listitem>
 

+ 2 - 1
chapter05/gcc-exp.xml

@@ -3,7 +3,8 @@
 
 <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>
+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
 codes some paths while compiling and so we need to pass /usr as the

+ 2 - 1
chapter06/gcc-exp.xml

@@ -3,7 +3,8 @@
 
 <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>
+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
 and C++ compilers and not the other available compilers as they are, on

+ 4 - 4
index.xml

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