|
@@ -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>
|