Changeset 9cb6b64 for cross-tools/common
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/binutils.xml
r2ce8e8a r9cb6b64 46 46 47 47 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 48 --host=${ LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \48 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 49 49 --disable-nls --enable-shared --disable-multilib</userinput></screen> 50 50 … … 62 62 63 63 <varlistentry os="bd2"> 64 <term><parameter>--host=${ LFS_HOST}</parameter></term>64 <term><parameter>--host=${CLFS_HOST}</parameter></term> 65 65 <listitem> 66 66 <para>When used with --target, this creates a cross-architecture 67 executable that creates files for ${ LFS_TARGET} but runs on ${LFS_HOST).</para>67 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 68 68 </listitem> 69 69 </varlistentry> 70 70 71 71 <varlistentry os="bd3"> 72 <term><parameter>--target=${ LFS_TARGET}</parameter></term>72 <term><parameter>--target=${CLFS_TARGET}</parameter></term> 73 73 <listitem> 74 74 <para>When used with --host, this creates a cross-architecture 75 executable that creates files for ${ LFS_TARGET} but runs on ${LFS_HOST).</para>75 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 76 76 </listitem> 77 77 </varlistentry> -
cross-tools/common/glibc.xml
r2ce8e8a r9cb6b64 65 65 xpointer="xpointer(//*[@os='g'])"/> 66 66 67 <screen os="df"><userinput>BUILD_CC="gcc" CC="${ LFS_TARGET}-gcc" \68 AR="${ LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \67 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \ 68 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 69 69 ../glibc-&glibc-version;/configure --prefix=/tools \ 70 --host=${ LFS_TARGET} --build=${LFS_HOST} \70 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 71 71 --disable-profile --enable-add-ons \ 72 72 --with-tls --enable-kernel=2.6.0 --with-__thread \ … … 86 86 87 87 <varlistentry os="dg2"> 88 <term><parameter>CC="${ LFS_TARGET}-gcc"</parameter></term>88 <term><parameter>CC="${CLFS_TARGET}-gcc"</parameter></term> 89 89 <listitem> 90 90 <para>This forces Glibc to use the GCC compiler that we made for our target … … 94 94 95 95 <varlistentry os="dg3"> 96 <term><parameter>AR="${ LFS_TARGET}-ar"</parameter></term>96 <term><parameter>AR="${CLFS_TARGET}-ar"</parameter></term> 97 97 <listitem> 98 98 <para>This forces Glibc to use the <command>ar</command> utility … … 102 102 103 103 <varlistentry os="dg4"> 104 <term><parameter>RANLIB="${ LFS_TARGET}-ranlib"</parameter></term>104 <term><parameter>RANLIB="${CLFS_TARGET}-ranlib"</parameter></term> 105 105 <listitem> 106 106 <para>This forces Glibc to use the <command>ranlib</command> utility
Note:
See TracChangeset
for help on using the changeset viewer.