mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
loongarch: Various text change for references to architecture
This commit is contained in:
parent
8e79fc49c4
commit
22166ba683
@ -159,8 +159,7 @@ cd build</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--disable-multilib</parameter></term>
|
<term><parameter>--disable-multilib</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>On x86_64, LFS does not support a multilib configuration.
|
<para>On LoongArch, LFS does not support a multilib configuration.</para>
|
||||||
This switch is harmless for x86.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -106,8 +106,8 @@ cd build</userinput></screen>
|
|||||||
<para>Normally, the tooldir (the directory where the executables will
|
<para>Normally, the tooldir (the directory where the executables will
|
||||||
ultimately be located) is set to <filename
|
ultimately be located) is set to <filename
|
||||||
class="directory">$(exec_prefix)/$(target_alias)</filename>. For
|
class="directory">$(exec_prefix)/$(target_alias)</filename>. For
|
||||||
example, x86_64 machines would expand that to <filename
|
example, 64-bit LoongArch machines would expand that to <filename
|
||||||
class="directory">/usr/x86_64-pc-linux-gnu</filename>. Because this is
|
class="directory">/usr/loongarch64-pc-linux-gnu</filename>. Because this is
|
||||||
a custom system, this target-specific directory in <filename
|
a custom system, this target-specific directory in <filename
|
||||||
class="directory">/usr</filename> is not required. <filename
|
class="directory">/usr</filename> is not required. <filename
|
||||||
class="directory">$(exec_prefix)/$(target_alias)</filename> would be
|
class="directory">$(exec_prefix)/$(target_alias)</filename> would be
|
||||||
|
@ -59,8 +59,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>This parameter sets the library directory to
|
<para>This parameter sets the library directory to
|
||||||
<filename>/usr/lib</filename> rather than
|
<filename>/usr/lib</filename> rather than
|
||||||
<filename>/usr/lib64</filename> on x86_64. It has no effect on
|
<filename>/usr/lib64</filename> on 64-bit LoongArch.</para>
|
||||||
x86.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@ -76,8 +76,8 @@
|
|||||||
will be copied from the native system to a less capable
|
will be copied from the native system to a less capable
|
||||||
system, use the less capable system as a parameter. For details
|
system, use the less capable system as a parameter. For details
|
||||||
about alternative system types, see <ulink
|
about alternative system types, see <ulink
|
||||||
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
|
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/LoongArch-Options.html'>
|
||||||
the x86 options in the GCC manual</ulink>.</para>
|
the LoongArch options in the GCC manual</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user