Changeset 1407403
- Timestamp:
- Aug 10, 2014, 11:10:10 PM (10 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r22cf824 r1407403 69 69 <term><parameter>--host=${CLFS_HOST}</parameter></term> 70 70 <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> 73 74 </listitem> 74 75 </varlistentry> … … 77 78 <term><parameter>--target=${CLFS_TARGET}</parameter></term> 78 79 <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> 81 83 </listitem> 82 84 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.