Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r490dc153 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.