Changes between Initial Version and Version 1 of Ticket #944, comment 2
- Timestamp:
- Apr 30, 2014, 6:39:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #944, comment 2
initial v1 1 I'll explain how LFS has done it in the past and howwhy we do it in CLFS:1 I'll explain how LFS has done it in the past and why we do it in CLFS: 2 2 3 The first pass of binu ntils is to provide the tools for your target architecture that build into /tools.3 The first pass of binutils is to provide the tools for your target architecture that build into /tools. 4 4 The first pass of gcc is static so it does not go looking for the glibc startfiles (Which don't exist, yet). 5 5 Then you build glibc into /tools providing the startfiles, ld-linux.so.2, libc.so, and a bunch of other libs.