Ignore:
Timestamp:
02/26/2022 03:43:12 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
9673470
Parents:
db51ee9
git-author:
Xi Ruoyao <xry111@…> (12/17/2021 12:15:38 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 03:43:12 PM)
Message:

cross-ng: linux and linux-headers: specify ARCH for cross build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kernel.xml

    rdb51ee9 r4f2d91dc  
    5959    This is done through a menu-driven interface, for example:</para>
    6060
    61 <screen role="nodump"><userinput>make ARCH=x86 CROSS_COMPILE=$LFS_TGT- menuconfig</userinput></screen>
     61<screen role="nodump"><userinput>make ARCH=<replaceable>x86</replaceable> CROSS_COMPILE=$LFS_TGT- menuconfig</userinput></screen>
    6262
    6363    <variablelist>
     
    6767        <term><command>ARCH=x86</command></term>
    6868        <listitem>
    69           <para>Configure the kernel for running on the target machine.</para>
     69          <para>Configure the kernel for running on the target machine.
     70          Replace <replaceable>x86</replaceable> with a value suitable
     71          for your target machine if it's not a 32-bit or 64-bit x86.</para>
    7072        </listitem>
    7173      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.