Changeset 1407403


Ignore:
Timestamp:
Aug 10, 2014, 11:10:10 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
c22300aa
Parents:
22cf824
git-author:
Chris Staub <chris@…> (08/10/14 23:09:43)
git-committer:
Chris Staub <chris@…> (08/10/14 23:10:10)
Message:

Added option tags

File:
1 edited

Legend:

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

    r22cf824 r1407403  
    6969        <term><parameter>--host=${CLFS_HOST}</parameter></term>
    7070        <listitem>
    71           <para>When used with --target, this creates a cross-architecture
    72           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
     71          <para>When used with <option>--target</option>, this creates a
     72          cross-architecture executable which creates files for
     73          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    7374        </listitem>
    7475      </varlistentry>
     
    7778        <term><parameter>--target=${CLFS_TARGET}</parameter></term>
    7879        <listitem>
    79           <para>When used with --host, this creates a cross-architecture
    80           executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
     80          <para>When used with <option>--host</option>, this creates a
     81          cross-architecture executable that creates files for
     82          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
    8183        </listitem>
    8284      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.