mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
f03a32d4a9
commit
8df8fd9294
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user