Changeset 2ad9b71 in clfs-sysroot for BOOK/introduction


Ignore:
Timestamp:
Jun 9, 2006, 8:58:00 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
8f2279f
Parents:
7a47cec
Message:

r3907@server (orig r1758): jciccone | 2006-06-09 17:17:08 -0700
Removed the need for /cross-tools, using /cross-tools now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/how.xml

    r7a47cec r2ad9b71  
    5252
    5353  <para>The process of building cross-compile tools first involves installing
    54   binutils into /cross-tools, so that the linker can be used with the building
     54  binutils into ${LFS}/cross-tools, so that the linker can be used with the building
    5555  of everything else in the temp-system. GCC is then compiled statically and
    56   installed into /cross-tools, and this cross-compiler is used to build glibc
     56  installed into ${LFS}/cross-tools, and this cross-compiler is used to build glibc
    5757  into /tools for the temp-system. The GCC cross-compiler is then rebuilt
    5858  dynamically - this final cross-compiler is what will be used to build the
     
    6464
    6565  <para>The packages in <!-- <xref linkend="chapter-temp-system"/> --> are then built
    66   using the cross-compiled tools in /cross-tools, and linked against the
     66  using the cross-compiled tools in ${LFS}/cross-tools, and linked against the
    6767  C library that was installed during the building of the cross-tools.</para>
    6868
Note: See TracChangeset for help on using the changeset viewer.