Changeset 4b0b7c7
- Timestamp:
- Aug 15, 2006, 9:07:01 PM (18 years ago)
- Children:
- 62c2ba6
- Parents:
- 6eaa9e4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/mips/kernel.xml
r6eaa9e4 r4b0b7c7 99 99 xpointer="xpointer(//*[@os='s'])"/> 100 100 101 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET )- \101 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \ 102 102 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 103 103 -
cross-tools/alpha/glibc-headers.xml
r6eaa9e4 r4b0b7c7 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> -
cross-tools/common/binutils.xml
r6eaa9e4 r4b0b7c7 65 65 <listitem> 66 66 <para>When used with --target, this creates a cross-architecture 67 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST ).</para>67 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para> 68 68 </listitem> 69 69 </varlistentry> … … 73 73 <listitem> 74 74 <para>When used with --host, this creates a cross-architecture 75 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST ).</para>75 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para> 76 76 </listitem> 77 77 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.