mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Added gcc-patch to fix re_max_failure problems
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
26ebe123c1
commit
55c39e0ceb
6
Attic/appendixc/gcc-patch.xml
Normal file
6
Attic/appendixc/gcc-patch.xml
Normal file
@ -0,0 +1,6 @@
|
||||
GCC Patch (&gcc-version;):
|
||||
<ulink url="&ftp;/">
|
||||
&ftp;/</ulink>
|
||||
<ulink url="&http;/">
|
||||
&http;/</ulink>
|
||||
|
6
chapter04/gcc-patch.xml
Normal file
6
chapter04/gcc-patch.xml
Normal file
@ -0,0 +1,6 @@
|
||||
GCC Patch (&gcc-version;) 0.36 KB:
|
||||
<ulink url="&ftp;/gcc-&gcc-version;.patch.bz2">
|
||||
&ftp;/gcc-&gcc-version;.patch.bz2</ulink>
|
||||
<ulink url="&http;/gcc-&gcc-version;.patch.bz2">
|
||||
&http;/gcc-&gcc-version;.patch.bz2</ulink>
|
||||
|
@ -10,6 +10,7 @@
|
||||
&c3-diffutils;
|
||||
&c3-fileutils;
|
||||
&c3-gcc;
|
||||
&c3-gcc-patch;
|
||||
&c3-kernel;
|
||||
&c3-grep;
|
||||
&c3-gzip;
|
||||
@ -66,7 +67,7 @@
|
||||
&c3-netkitbase;
|
||||
&c3-nettools;
|
||||
|
||||
Total size of all packages: 80,490 KB (78.60 MB)
|
||||
Total size of all packages: 80,490.36 KB (78.60 MB)
|
||||
</literallayout>
|
||||
|
||||
</sect1>
|
||||
|
@ -7,6 +7,8 @@ Install GCC by running the following commands:
|
||||
|
||||
<para>
|
||||
<screen>
|
||||
<userinput>cd $LFS/usr/src/gcc-&gcc-version; &&</userinput>
|
||||
<userinput>patch -Np1 -i ../gcc-&gcc-version;.patch &&</userinput>
|
||||
<userinput>mkdir $LFS/usr/src/gcc-build &&</userinput>
|
||||
<userinput>cd $LFS/usr/src/gcc-build &&</userinput>
|
||||
<userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user