mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
gcc-pass2: Don't ambigiously use "previously"
This commit is contained in:
parent
91c72232ac
commit
32c050cb58
@ -124,8 +124,8 @@ cd build</userinput></screen>
|
||||
<para>We are cross-compiling GCC, so it's impossible to build
|
||||
target libraries (<filename class="libraryfile">libgcc</filename>
|
||||
and <filename class="libraryfile">libstdc++</filename>) with the
|
||||
previously compiled GCC binaries—those binaries won't run on the
|
||||
host. The GCC build system will attempt to use the host's
|
||||
GCC binaries compiled in this pass—those binaries won't run
|
||||
on the host. The GCC build system will attempt to use the host's
|
||||
C and C++ compilers as a workaround by default.
|
||||
Building the GCC target libraries with a different
|
||||
version of GCC is not supported, so using the host's compilers may cause
|
||||
|
Loading…
Reference in New Issue
Block a user