gcc-pass2: Don't ambigiously use "previously"

This commit is contained in:
Xi Ruoyao 2024-05-22 16:22:14 +08:00
parent 91c72232ac
commit 32c050cb58
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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&mdash;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&mdash;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