mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +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>
|
||||
<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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user