Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-05-28 00:30:06 +02:00
commit e74dffd439
2 changed files with 3 additions and 3 deletions

View File

@ -154,8 +154,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&mdash;those binaries won't run on the GCC binaries compiled in this pass&mdash;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

View File

@ -123,7 +123,7 @@
<filename>/usr/lib/udev/network/99-default.link</filename>:</para> <filename>/usr/lib/udev/network/99-default.link</filename>:</para>
<screen role="nodump"><userinput>sed -e '/^AlternativeNamesPolicy/s/=.*$/=/' \ <screen role="nodump"><userinput>sed -e '/^AlternativeNamesPolicy/s/=.*$/=/' \
-i /usr/lib/udev/network/99-default.link \ /usr/lib/udev/network/99-default.link \
> /etc/udev/network/99-default.link</userinput></screen> > /etc/udev/network/99-default.link</userinput></screen>
</sect3> </sect3>