Changeset 823185c in clfs-sysroot for BOOK/cross-tools/common
- Timestamp:
- Aug 30, 2006, 10:56:05 AM (18 years ago)
- Branches:
- master
- Children:
- f1583d4
- Parents:
- b275cd8
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
rb275cd8 r823185c 68 68 <listitem> 69 69 <para>When used with --target, this creates a cross-architecture 70 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 70 executable that creates files for ${CLFS_TARGET} but runs on 71 ${CLFS_HOST}.</para> 71 72 </listitem> 72 73 </varlistentry> … … 76 77 <listitem> 77 78 <para>When used with --host, this creates a cross-architecture 78 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 79 executable that creates files for ${CLFS_TARGET} but runs on 80 ${CLFS_HOST}.</para> 79 81 </listitem> 80 82 </varlistentry> … … 84 86 <listitem> 85 87 <para>This tells configure that ${CLFS} is going to be the root 86 of our system. It will now use the specified sysroot, ${CLFS} as88 of our system. It will now use the specified sysroot, ${CLFS}, as 87 89 a prefix of the default search paths.</para> 88 90 </listitem> -
BOOK/cross-tools/common/glibc.xml
rb275cd8 r823185c 557 557 <term><command>sln</command></term> 558 558 <listitem> 559 <para>A statically linked <command>ln</command> program</para>559 <para>A statically linked program that creates symbolic links</para> 560 560 <indexterm zone="ch-cross-tools-glibc sln"> 561 561 <primary sortas="b-sln">sln</primary> … … 742 742 <term><filename class="libraryfile">libmemusage</filename></term> 743 743 <listitem> 744 <para>Used by <command>memusage</command> to help collect 745 information about the memory usage of a program</para> 744 <para>Used by <command>memusage</command> (included in Glibc, but 745 not built in a base CLFS system as it has additional dependencies) 746 to help collect information about the memory usage of a program</para> 746 747 <indexterm zone="ch-cross-tools-glibc libmemusage"> 747 748 <primary sortas="c-libmemusage">libmemusage</primary>
Note:
See TracChangeset
for help on using the changeset viewer.