Changes between Initial Version and Version 1 of Ticket #944, comment 2


Ignore:
Timestamp:
Apr 30, 2014, 6:39:36 PM (11 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #944, comment 2

    initial v1  
    1 I'll explain how LFS has done it in the past and how why we do it in CLFS:
     1I'll explain how LFS has done it in the past and why we do it in CLFS:
    22
    3 The first pass of binuntils is to provide the tools for your target architecture that build into /tools.
     3The first pass of binutils is to provide the tools for your target architecture that build into /tools.
    44The first pass of gcc is static so it does not go looking for the glibc startfiles (Which don't exist, yet).
    55Then you build glibc into /tools providing the startfiles, ld-linux.so.2, libc.so, and a bunch of other libs.