Changeset c8bc743


Ignore:
Timestamp:
08/26/2022 12:31:34 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
bbd6346
Parents:
a56ef91
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 11:43:31 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:34 PM)
Message:

arm64: various text change for references to architecture

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    ra56ef91 rc8bc743  
    141141        <term><parameter>--disable-multilib</parameter></term>
    142142        <listitem>
    143           <para>On x86_64, LFS does not support a multilib configuration.
    144           This switch is harmless for x86.</para>
     143          <para>On ARM64, LFS does not support a multilib configuration.</para>
    145144        </listitem>
    146145      </varlistentry>
  • chapter08/binutils.xml

    ra56ef91 rc8bc743  
    139139          ultimately be located) is set to <filename
    140140          class="directory">$(exec_prefix)/$(target_alias)</filename>. For
    141           example, x86_64 machines would expand that to <filename
    142           class="directory">/usr/x86_64-pc-linux-gnu</filename>. Because this is
     141          example, ARM64 machines would expand that to <filename
     142          class="directory">/usr/aarch64-pc-linux-gnu</filename>. Because this is
    143143          a custom system, this target-specific directory in <filename
    144144          class="directory">/usr</filename> is not required. <filename
  • chapter08/libcap.xml

    ra56ef91 rc8bc743  
    6060          <para>This parameter sets the library directory to
    6161          <filename>/usr/lib</filename> rather than
    62           <filename>/usr/lib64</filename> on x86_64. It has no effect on
    63           x86.</para>
     62          <filename>/usr/lib64</filename> on ARM64.</para>
    6463        </listitem>
    6564      </varlistentry>
  • chapter08/libffi.xml

    ra56ef91 rc8bc743  
    7272          system, use the less capable system as a parameter. For details
    7373          about alternative system types, see <ulink
    74           url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
    75           the x86 options in the GCC manual</ulink>.</para>
     74          url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/AArch64-Options.html'>
     75          the AArch64 options in the GCC manual</ulink>.</para>
    7676        </listitem>
    7777      </varlistentry>
  • chapter10/kernel.xml

    ra56ef91 rc8bc743  
    290290    the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
    291291    the automatic setup of the boot process described in the next section.  The
    292     following command assumes an x86 architecture:</para>
     292    following command assumes an ARM64 architecture:</para>
    293293
    294294<screen><userinput remap="install">cp -iv arch/arm64/boot/Image /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.