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/temp-system/multilib
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/bash.xml

    r51f1397 r07114c98  
    3737<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3838   ./configure --prefix=/tools \
    39    --build=${LFS_HOST} --host=${LFS_TARGET} \
     39   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4040   --without-bash-malloc --cache-file=config.cache</userinput></screen>
    4141
  • BOOK/temp-system/multilib/binutils.xml

    r51f1397 r07114c98  
    5454     ../binutils-&binutils-version;/configure --prefix=/tools \
    5555     --libdir=/tools/lib64 --with-lib-path=/tools/lib \
    56      --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     56     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    5757     --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    5858
  • BOOK/temp-system/multilib/coreutils.xml

    r51f1397 r07114c98  
    3737<screen os="be"><userinput>CC="${CC} ${BUILD64}" \
    3838   ./configure --prefix=/tools --cache-file=config.cache \
    39    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     39   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/diffutils.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30  --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/findutils.xml

    r51f1397 r07114c98  
    3636
    3737<screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --build=${LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     38   --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/gawk.xml

    r51f1397 r07114c98  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" \
    3030   ./configure --prefix=/tools \
    31    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     31   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/gettext.xml

    r51f1397 r07114c98  
    3737<screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3838   ./configure --prefix=/tools \
    39    --build=${LFS_HOST} --host=${LFS_TARGET} --disable-shared \
     39   --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared \
    4040   --cache-file=config.cache</userinput></screen>
    4141
  • BOOK/temp-system/multilib/grep.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${LFS_HOST} --host=${LFS_TARGET} \
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131   --disable-perl-regexp</userinput></screen>
    3232
  • BOOK/temp-system/multilib/gzip.xml

    r51f1397 r07114c98  
    3636
    3737<screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     38  --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/make.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/ncurses.xml

    r51f1397 r07114c98  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3030   ./configure --prefix=/tools --with-shared \
    31    --build=${LFS_HOST} --host=${LFS_TARGET} \
     31   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3232   --without-debug --without-ada \
    3333   --enable-overwrite --with-build-cc=gcc \
  • BOOK/temp-system/multilib/patch.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/sed.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/tar.xml

    r51f1397 r07114c98  
    3636
    3737<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --build=${LFS_HOST} --host=${LFS_TARGET} \
     38   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939   --cache-file=config.cache</userinput></screen>
    4040
  • BOOK/temp-system/multilib/texinfo.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.