diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-29 19:43:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-29 19:43:54 +0800 |
commit | de944236250e9077c54930b5293d2a03622af447 (patch) | |
tree | 407002c9a9818e76b7b06c87f20d03eda5de098b /part3intro | |
parent | ea9263cbf0b256fbf06062d501e1e7db5b1d3b07 (diff) |
toolchaintechnotes: revert "second pass" -> "second version" change
"Pass 1" and "Pass 2" have specific meaning in LFS.
Diffstat (limited to 'part3intro')
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index edfc13d26..6a2f0adbc 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -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 |