I'm new to the list, having recently built an LFS system on an old
Pentium Pro machine, and I'm now in the middle of building another on
an SMP Pentium II box. I noticed, while timing the SBU compilation of
binutils in Section 5.3, if I put 'make && make install', that the
wall-clock time was abou
Working my way through a build a noticed a few things:
The grep for the crt files gives more than what is listed in the book.
$ grep -o '/usr/lib.*/crt[1in].* .*' /lfs/tools/logs/adjust3.log
/usr/lib/crt1.o /usr/lib/crti.o
/tools/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbegin.o
-L/tools/lib/gcc/i686-
Archaic wrote:
> Working my way through a build a noticed a few things:
>
> The grep for the crt files gives more than what is listed in the book.
>
> $ grep -o '/usr/lib.*/crt[1in].* .*' /lfs/tools/logs/adjust3.log
> /usr/lib/crt1.o /usr/lib/crti.o
> /tools/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbe