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/mips64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64/glibc-n32.xml

    r51f1397 r07114c98  
    9292    xpointer="xpointer(//*[@os='g'])"/>
    9393
    94 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
    95     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     94<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
     95    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    9696    ../glibc-&glibc-version;/configure --prefix=/tools \
    97     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib32 \
     97    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    9898    --disable-profile --enable-add-ons \
    9999    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    105105
    106106      <varlistentry os="fa1">
    107         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
     107        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
    108108        <listitem>
    109109          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • BOOK/cross-tools/mips64/variables.xml

    r51f1397 r07114c98  
    2929    xpointer="xpointer(//*[@os='aa'])"/>
    3030
    31 <screen os="ab"><userinput>export LFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
     31<screen os="ab"><userinput>export CLFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3535    xpointer="xpointer(//*[@os='ac'])"/>
    3636
    37 <screen os="ad"><userinput>export LFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
     37<screen os="ad"><userinput>export CLFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4141    xpointer="xpointer(//*[@os='m1'])"/>
    4242
    43 <screen os="m2"><userinput>export LFS_TARGET32="`echo ${LFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
     43<screen os="m2"><userinput>export CLFS_TARGET32="`echo ${CLFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
    4444
    4545  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.