diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:28:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:28:14 +0000 |
commit | 6ab77404e3e14abd6e184a0e4dcd3222566e4acb (patch) | |
tree | b722f09f055888ddd06906200692f3e44d60edf4 /chapter06/gcc-inst.xml | |
parent | 83be14171b07158d5422b51bf844eb4a5f8981e5 (diff) |
fixed gcc installation instructions - no bootstrap, no /usr/lib/cpp symlink, fixed patch filename
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 6f16a3b3e..b5ac29eff 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -14,7 +14,7 @@ need to unpack both the gcc-core and gcc-g++ tarballs. Other compilers are available in the full gcc package; instructions for building them may be found at <ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch</userinput></screen></para> <para>It is recommended by the GCC installation documentation to build GCC @@ -55,8 +55,7 @@ is implemented.</para></listitem> <para>Continue with compiling the package:</para> -<para><screen><userinput>make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \ - STAGE1_CFLAGS="-pipe" bootstrap</userinput></screen></para> +<para><screen><userinput>make LDFLAGS="-s"</userinput></screen></para> <para><screen><userinput>make -k check</userinput></screen></para> @@ -68,8 +67,7 @@ is implemented.</para></listitem> <filename>/lib</filename> and <filename>/usr/lib</filename> directories. To honor those packages, create two symlinks:</para> -<para><screen><userinput>ln -s ../usr/bin/cpp /lib && -ln -s ../bin/cpp /usr/lib</userinput></screen></para> +<para><screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen></para> <para>Many packages compile using <emphasis>cc</emphasis> as the name for the C compiler. To satisfy those packages, create a <emphasis>cc</emphasis> |