Changeset 0bd1c05


Ignore:
Timestamp:
02/26/2022 03:43:12 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
40875a9
Parents:
20549cb0
git-author:
Xi Ruoyao <xry111@…> (12/17/2021 11:14:55 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 03:43:12 PM)
Message:

cross-ng: chapter 4: set LFS_TGT for target machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r20549cb0 r0bd1c05  
    4343LFS=/mnt/lfs
    4444LC_ALL=POSIX
    45 LFS_TGT=$(uname -m)-lfs-linux-gnu
     45LFS_TGT=<replaceable>x86_64</replaceable>-lfs-linux-gnu
    4646PATH=/usr/bin
    4747if [ ! -L /bin ]; then PATH=/bin:$PATH; fi
     
    104104
    105105    <varlistentry>
    106       <term><parameter>LFS_TGT=(uname -m)-lfs-linux-gnu</parameter></term>
     106      <term><parameter>LFS_TGT=<replaceable>x86_64</replaceable>-lfs-linux-gnu</parameter></term>
    107107      <listitem>
    108108  <para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine
    109109  description for use when building our cross compiler and linker and when cross
    110110  compiling our temporary toolchain. More information is contained in
    111   <xref linkend="ch-tools-toolchaintechnotes" role=""/>.</para>
     111  <xref linkend="ch-tools-toolchaintechnotes" role=""/>.
     112  If you are not building for 64-bit x86, replace
     113  <replaceable>x86_64</replaceable> with some value suitable for your target
     114  machine, for example <literal>i686</literal> for 32-bit x86.</para>
    112115      </listitem>
    113116    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.