toolchaintechnotes: revert "second pass" -> "second version" change

"Pass 1" and "Pass 2" have specific meaning in LFS.
This commit is contained in:
Xi Ruoyao 2022-09-29 19:43:54 +08:00
parent ea9263cbf0
commit de94423625
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -329,7 +329,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
<para>At the end of <xref linkend="chapter-temporary-tools"/> the native
LFS compiler is installed. First binutils-pass2 is built,
in the same <envar>DESTDIR</envar> directory as the other programs,
then the second version of gcc is constructed, omitting libstdc++
then the second pass of gcc is constructed, omitting libstdc++
and other non-critical libraries. Due to some weird logic in gcc's
configure script, <envar>CC_FOR_TARGET</envar> ends up as
<command>cc</command> when the host is the same as the target, but