Changeset 3c06a53 for BOOK/cross-tools/alpha
- Timestamp:
- Aug 15, 2006, 9:07:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 599623d3
- Parents:
- 515ca2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
r515ca2c r3c06a53 69 69 <term><parameter>CC=gcc</parameter></term> 70 70 <listitem> 71 <para>Tells G LIBC to use the hosts GCC compiler.</para>71 <para>Tells Glibc to use the host's GCC compiler.</para> 72 72 </listitem> 73 73 </varlistentry> … … 86 86 <listitem> 87 87 <para>When used with --host, this creates a cross-architecture 88 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST ).</para>88 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para> 89 89 </listitem> 90 90 </varlistentry> … … 94 94 <listitem> 95 95 <para>When used with --build, this creates a cross-architecture 96 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST ).</para>96 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para> 97 97 </listitem> 98 98 </varlistentry> … … 126 126 <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term> 127 127 <listitem> 128 <para>This tells G LIBC to use the binutils for our specific target architecture.</para>128 <para>This tells Glibc to use the Binutils for our specific target architecture.</para> 129 129 </listitem> 130 130 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.