Changeset 07114c98 for BOOK/cross-tools/alpha
- Timestamp:
- Jul 1, 2006, 12:48:39 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:
- 95112ed
- Parents:
- 51f1397
- Location:
- BOOK/cross-tools/alpha
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/gcc-static.xml
r51f1397 r07114c98 81 81 82 82 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 83 --host=${ LFS_HOST} --target=${LFS_TARGET} \83 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 84 84 --with-local-prefix=/tools --disable-nls --disable-shared \ 85 85 --disable-threads --enable-languages=c</userinput></screen> -
BOOK/cross-tools/alpha/glibc-headers.xml
r51f1397 r07114c98 53 53 54 54 <screen os="s3"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/tools \ 55 --host=${ LFS_TARGET} --build=${LFS_HOST} \55 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 56 56 --disable-sanity-checks --enable-kernel=2.6.0 \ 57 57 --with-headers=/tools/include --cache-file=config.cache \ 58 --with-binutils=/cross-tools/${ LFS_TARGET}/bin</userinput></screen>58 --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen> 59 59 60 60 <warning os="e1"> … … 83 83 84 84 <varlistentry os="ca3"> 85 <term><parameter>--build=${ LFS_HOST}</parameter></term>85 <term><parameter>--build=${CLFS_HOST}</parameter></term> 86 86 <listitem> 87 87 <para>When used with --host, this creates a cross-architecture 88 executable that creates files for ${ LFS_TARGET} but runs on ${LFS_HOST).</para>88 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 89 89 </listitem> 90 90 </varlistentry> 91 91 92 92 <varlistentry os="ca4"> 93 <term><parameter>--host=${ LFS_TARGET}</parameter></term>93 <term><parameter>--host=${CLFS_TARGET}</parameter></term> 94 94 <listitem> 95 95 <para>When used with --build, this creates a cross-architecture 96 executable that creates files for ${ LFS_TARGET} but runs on ${LFS_HOST).</para>96 executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para> 97 97 </listitem> 98 98 </varlistentry> … … 124 124 125 125 <varlistentry os="ca8"> 126 <term><parameter>--with-binutils=/cross-tools/${ LFS_TARGET}/bin</parameter></term>126 <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term> 127 127 <listitem> 128 128 <para>This tells GLIBC to use the binutils for our specific target architecture.</para> -
BOOK/cross-tools/alpha/variables.xml
r51f1397 r07114c98 25 25 xpointer="xpointer(//*[@os='c'])"/> 26 26 27 <screen os="d"><userinput>export LFS_TARGET="alpha-unknown-linux-gnu"</userinput></screen>27 <screen os="d"><userinput>export CLFS_TARGET="alpha-unknown-linux-gnu"</userinput></screen> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.