mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01: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
|
<para>We are cross-compiling GCC, so it's impossible to build
|
||||||
target libraries (<filename class="libraryfile">libgcc</filename>
|
target libraries (<filename class="libraryfile">libgcc</filename>
|
||||||
and <filename class="libraryfile">libstdc++</filename>) with the
|
and <filename class="libraryfile">libstdc++</filename>) with the
|
||||||
previously compiled GCC binaries—those binaries won't run on the
|
GCC binaries compiled in this pass—those binaries won't run
|
||||||
host. The GCC build system will attempt to use the host's
|
on the host. The GCC build system will attempt to use the host's
|
||||||
C and C++ compilers as a workaround by default.
|
C and C++ compilers as a workaround by default.
|
||||||
Building the GCC target libraries with a different
|
Building the GCC target libraries with a different
|
||||||
version of GCC is not supported, so using the host's compilers may cause
|
version of GCC is not supported, so using the host's compilers may cause
|
||||||
|
Loading…
Reference in New Issue
Block a user