Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r51f1397 r07114c98  
    5353
    5454<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} \
    5656   --disable-sanity-checks --enable-kernel=2.6.0 \
    5757   --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>
    5959
    6060    <warning os="e1">
     
    8383       
    8484         <varlistentry os="ca3">
    85             <term><parameter>--build=${LFS_HOST}</parameter></term>
     85            <term><parameter>--build=${CLFS_HOST}</parameter></term>
    8686            <listitem>
    8787               <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>
    8989            </listitem>
    9090        </varlistentry>
    9191       
    9292        <varlistentry os="ca4">
    93            <term><parameter>--host=${LFS_TARGET}</parameter></term>
     93           <term><parameter>--host=${CLFS_TARGET}</parameter></term>
    9494           <listitem>
    9595               <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>
    9797           </listitem>
    9898        </varlistentry>
     
    124124       
    125125       <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>
    127127           <listitem>
    128128              <para>This tells GLIBC to use the binutils for our specific target architecture.</para>
Note: See TracChangeset for help on using the changeset viewer.