Changeset c8bc743
- Timestamp:
- 08/26/2022 12:31:34 PM (9 months ago)
- Branches:
- xry111/arm64
- 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)
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/gcc-pass1.xml
ra56ef91 rc8bc743 141 141 <term><parameter>--disable-multilib</parameter></term> 142 142 <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> 145 144 </listitem> 146 145 </varlistentry> -
chapter08/binutils.xml
ra56ef91 rc8bc743 139 139 ultimately be located) is set to <filename 140 140 class="directory">$(exec_prefix)/$(target_alias)</filename>. For 141 example, x86_64 machines would expand that to <filename142 class="directory">/usr/ x86_64-pc-linux-gnu</filename>. Because this is141 example, ARM64 machines would expand that to <filename 142 class="directory">/usr/aarch64-pc-linux-gnu</filename>. Because this is 143 143 a custom system, this target-specific directory in <filename 144 144 class="directory">/usr</filename> is not required. <filename -
chapter08/libcap.xml
ra56ef91 rc8bc743 60 60 <para>This parameter sets the library directory to 61 61 <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> 64 63 </listitem> 65 64 </varlistentry> -
chapter08/libffi.xml
ra56ef91 rc8bc743 72 72 system, use the less capable system as a parameter. For details 73 73 about alternative system types, see <ulink 74 url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/ x86-Options.html'>75 the x86options 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> 76 76 </listitem> 77 77 </varlistentry> -
chapter10/kernel.xml
ra56ef91 rc8bc743 290 290 the filename should be <emphasis>vmlinuz</emphasis> to be compatible with 291 291 the automatic setup of the boot process described in the next section. The 292 following command assumes an x86architecture:</para>292 following command assumes an ARM64 architecture:</para> 293 293 294 294 <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.