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


Location:
BOOK/cross-tools/x86_64
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86_64/gcc-final.xml

    r51f1397 r07114c98  
    9595
    9696<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    97     --target=${LFS_TARGET} --host=${LFS_HOST} \
     97    --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    9898    --with-local-prefix=/tools --disable-nls --enable-shared \
    9999    --enable-languages=c,c++ --enable-__cxa_atexit \
  • BOOK/cross-tools/x86_64/gcc-static.xml

    r51f1397 r07114c98  
    8181
    8282<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    83     --host=${LFS_HOST} --target=${LFS_TARGET} \
     83    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8484    --with-local-prefix=/tools --disable-nls --disable-shared \
    8585    --disable-threads --enable-languages=c</userinput></screen>
  • BOOK/cross-tools/x86_64/variables.xml

    r51f1397 r07114c98  
    2323  <para os="c">Now we will set our Target Triplet:</para>
    2424
    25 <screen os="d"><userinput>export LFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
     25<screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
    2626
    2727  <para os="m1">Now we will set our Target Triplet for 32 Bits:</para>
    2828
    29 <screen os="m2"><userinput>export LFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
     29<screen os="m2"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
    3030
    3131  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
     
    3535    xpointer="xpointer(//*[@os='e'])"/>
    3636
    37 <screen os="f"><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc
    38 echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; ~/.bashrc
    39 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     37<screen os="f"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" &gt;&gt; ~/.bashrc
     38echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
     39echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    4040
    4141</sect1>
Note: See TracChangeset for help on using the changeset viewer.