Changeset df709be for BOOK/cross-tools/common
- Timestamp:
- Feb 26, 2006, 11:36:06 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9172172
- Parents:
- 6bfb353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r6bfb353 rdf709be 80 80 <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term> 81 81 <listitem> 82 <para>This forces Glibc to use the GCC comp lier that we made for our target82 <para>This forces Glibc to use the GCC compiler that we made for our target 83 83 architecture.</para> 84 84 </listitem> … … 88 88 <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term> 89 89 <listitem> 90 <para>This forces Glibc to use the AR utility we made for our target91 architecture.</para>90 <para>This forces Glibc to use the <command>ar</command> utility 91 we made for our target architecture.</para> 92 92 </listitem> 93 93 </varlistentry> … … 96 96 <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term> 97 97 <listitem> 98 <para>This forces Glibc to use the RANLIB utility we made for our target99 architecture.</para>98 <para>This forces Glibc to use the <command>ranlib</command> utility 99 we made for our target architecture.</para> 100 100 </listitem> 101 101 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.