loongarch: Various text change for references to architecture

This commit is contained in:
Xi Ruoyao 2022-08-26 19:43:31 +08:00
parent 8e79fc49c4
commit 22166ba683
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
4 changed files with 6 additions and 8 deletions

View File

@ -159,8 +159,7 @@ cd build</userinput></screen>
<varlistentry>
<term><parameter>--disable-multilib</parameter></term>
<listitem>
<para>On x86_64, LFS does not support a multilib configuration.
This switch is harmless for x86.</para>
<para>On LoongArch, LFS does not support a multilib configuration.</para>
</listitem>
</varlistentry>

View File

@ -106,8 +106,8 @@ cd build</userinput></screen>
<para>Normally, the tooldir (the directory where the executables will
ultimately be located) is set to <filename
class="directory">$(exec_prefix)/$(target_alias)</filename>. For
example, x86_64 machines would expand that to <filename
class="directory">/usr/x86_64-pc-linux-gnu</filename>. Because this is
example, 64-bit LoongArch machines would expand that to <filename
class="directory">/usr/loongarch64-pc-linux-gnu</filename>. Because this is
a custom system, this target-specific directory in <filename
class="directory">/usr</filename> is not required. <filename
class="directory">$(exec_prefix)/$(target_alias)</filename> would be

View File

@ -59,8 +59,7 @@
<listitem>
<para>This parameter sets the library directory to
<filename>/usr/lib</filename> rather than
<filename>/usr/lib64</filename> on x86_64. It has no effect on
x86.</para>
<filename>/usr/lib64</filename> on 64-bit LoongArch.</para>
</listitem>
</varlistentry>
</variablelist>

View File

@ -76,8 +76,8 @@
will be copied from the native system to a less capable
system, use the less capable system as a parameter. For details
about alternative system types, see <ulink
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
the x86 options in the GCC manual</ulink>.</para>
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/LoongArch-Options.html'>
the LoongArch options in the GCC manual</ulink>.</para>
</listitem>
</varlistentry>
</variablelist>