Ignore:
Timestamp:
Jul 1, 2006, 7: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


Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    r51f1397 r07114c98  
    4646
    4747<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 \
    4949    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    5050
     
    6262
    6363      <varlistentry os="bd2">
    64         <term><parameter>--host=${LFS_HOST}</parameter></term>
     64        <term><parameter>--host=${CLFS_HOST}</parameter></term>
    6565        <listitem>
    6666          <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>
    6868        </listitem>
    6969      </varlistentry>
    7070
    7171      <varlistentry os="bd3">
    72         <term><parameter>--target=${LFS_TARGET}</parameter></term>
     72        <term><parameter>--target=${CLFS_TARGET}</parameter></term>
    7373        <listitem>
    7474          <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>
    7676        </listitem>
    7777      </varlistentry>
  • BOOK/cross-tools/common/glibc.xml

    r51f1397 r07114c98  
    6565    xpointer="xpointer(//*[@os='g'])"/>
    6666
    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" \
    6969    ../glibc-&glibc-version;/configure --prefix=/tools \
    70     --host=${LFS_TARGET} --build=${LFS_HOST} \
     70    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7171    --disable-profile --enable-add-ons \
    7272    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8686
    8787      <varlistentry os="dg2">
    88         <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
     88        <term><parameter>CC="${CLFS_TARGET}-gcc"</parameter></term>
    8989        <listitem>
    9090          <para>This forces Glibc to use the GCC compiler that we made for our target
     
    9494
    9595      <varlistentry os="dg3">
    96         <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
     96        <term><parameter>AR="${CLFS_TARGET}-ar"</parameter></term>
    9797        <listitem>
    9898          <para>This forces Glibc to use the <command>ar</command> utility
     
    102102
    103103      <varlistentry os="dg4">
    104         <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
     104        <term><parameter>RANLIB="${CLFS_TARGET}-ranlib"</parameter></term>
    105105        <listitem>
    106106          <para>This forces Glibc to use the <command>ranlib</command> utility
Note: See TracChangeset for help on using the changeset viewer.