Changeset fd6e290 for BOOK/cross-tools/common
- Timestamp:
- Aug 10, 2014, 11:09:43 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 81e2591
- Parents:
- 8f9c1a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r8f9c1a8 rfd6e290 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.