diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/gcc-exp.xml | 3 | ||||
-rw-r--r-- | chapter06/gcc-exp.xml | 3 | ||||
-rw-r--r-- | index.xml | 8 |
4 files changed, 12 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5ca06ddd0..7616d6306 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -26,6 +26,10 @@ </para></listitem> +<listitem><para>Chapters 5 & 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> diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 4f5b16849..65c610adc 100644 --- a/chapter05/gcc-exp.xml +++ b/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 diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index 74c3a38ec..1eba1c32d 100644 --- a/chapter06/gcc-exp.xml +++ b/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 @@ -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"> |