Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    r51f1397 r07114c98  
    4646
    4747<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    48     --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     48    --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    4949    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    5050
     
    6262
    6363      <varlistentry os="bd2">
    64         <term><parameter>--host=${LFS_HOST}</parameter></term>
     64        <term><parameter>--host=${CLFS_HOST}</parameter></term>
    6565        <listitem>
    6666          <para>When used with --target, this creates a cross-architecture
    67           executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     67          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    6868        </listitem>
    6969      </varlistentry>
    7070
    7171      <varlistentry os="bd3">
    72         <term><parameter>--target=${LFS_TARGET}</parameter></term>
     72        <term><parameter>--target=${CLFS_TARGET}</parameter></term>
    7373        <listitem>
    7474          <para>When used with --host, this creates a cross-architecture
    75           executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     75          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    7676        </listitem>
    7777      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.