Changeset 07114c98 for BOOK/temp-system


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
Files:
39 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    r51f1397 r07114c98  
    4545<screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    4646     ../binutils-&binutils-version;/configure --prefix=/tools \
    47      --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     47     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4848     --disable-nls --enable-shared --enable-64-bit-bfd \
    4949     --disable-multilib</userinput></screen>
  • BOOK/temp-system/64/ncurses.xml

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

    r51f1397 r07114c98  
    3232
    3333<screen os="h"><userinput>./configure --prefix=/tools \
    34     --build=${LFS_HOST} --host=${LFS_TARGET} \
     34    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3535    --without-bash-malloc --cache-file=config.cache</userinput></screen>
    3636
  • BOOK/temp-system/common/binutils.xml

    r51f1397 r07114c98  
    4444
    4545<screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
    46     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     46    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4747    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    4848
  • BOOK/temp-system/common/coreutils.xml

    r51f1397 r07114c98  
    3333
    3434<screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \
    35     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     35    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3636
    3737    <para os="bf">Compile the package:</para>
  • BOOK/temp-system/common/diffutils.xml

    r51f1397 r07114c98  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28      --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     28     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/findutils.xml

    r51f1397 r07114c98  
    3333
    3434<screen os="ac"><userinput>./configure --prefix=/tools \
    35      --build=${LFS_HOST} --host=${LFS_TARGET} \
     35     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3636     --cache-file=config.cache</userinput></screen>
    3737
  • BOOK/temp-system/common/gawk.xml

    r51f1397 r07114c98  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/gettext.xml

    r51f1397 r07114c98  
    3232
    3333<screen os="d"><userinput>./configure --prefix=/tools \
    34      --build=${LFS_HOST} --host=${LFS_TARGET} \
     34     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3535     --disable-shared --cache-file=config.cache</userinput></screen>
    3636
  • BOOK/temp-system/common/grep.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="ca"><userinput>./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/common/gzip.xml

    r51f1397 r07114c98  
    2727
    2828<screen os="ab"><userinput>cp -v configure{,.orig}
    29 sed -e "s@nm conftest@${LFS_TARGET}-&amp;@" configure.orig > configure</userinput></screen>
     29sed -e "s@nm conftest@${CLFS_TARGET}-&amp;@" configure.orig > configure</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3434
    3535<screen os="ac"><userinput>./configure --prefix=/tools \
    36      --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     36     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/introduction.xml

    r51f1397 r07114c98  
    1919  <para>The tools in this chapter are cross-compiled using the toolchain in
    2020  /cross-tools and will be installed under the
    21   <filename class="directory">$LFS/tools</filename> directory to keep
     21  <filename class="directory">$CLFS/tools</filename> directory to keep
    2222  them separate from the files installed in <xref
    2323  linkend="chapter-building-system"/> and the host production directories.
     
    2828  variable is set up properly:</para>
    2929
    30 <screen><userinput>echo $LFS</userinput></screen>
     30<screen><userinput>echo $CLFS</userinput></screen>
    3131
    3232  <para>Make sure the output shows the path to the CLFS partition's mount
  • BOOK/temp-system/common/make.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="aa"><userinput>./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/common/ncurses.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools --with-shared \
    30     --build=${LFS_HOST} --host=${LFS_TARGET} \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --without-debug --without-ada \
    3232    --enable-overwrite --with-build-cc=gcc</userinput></screen>
  • BOOK/temp-system/common/patch.xml

    r51f1397 r07114c98  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/sed.xml

    r51f1397 r07114c98  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28      --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     28     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
    3030    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/tar.xml

    r51f1397 r07114c98  
    3333
    3434<screen os="b"><userinput>./configure --prefix=/tools \
    35      --build=${LFS_HOST} --host=${LFS_TARGET} \
     35     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3636     --cache-file=config.cache</userinput></screen>
    3737
  • BOOK/temp-system/common/texinfo.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>./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/common/variables.xml

    r51f1397 r07114c98  
    1414  and linkers:</para>
    1515
    16 <screen><userinput>export CC="${LFS_TARGET}-gcc"
    17 export CXX="${LFS_TARGET}-g++"
    18 export AR="${LFS_TARGET}-ar"
    19 export AS="${LFS_TARGET}-as"
    20 export RANLIB="${LFS_TARGET}-ranlib"
    21 export LD="${LFS_TARGET}-ld"
    22 export STRIP="${LFS_TARGET}-strip"</userinput></screen>
     16<screen><userinput>export CC="${CLFS_TARGET}-gcc"
     17export CXX="${CLFS_TARGET}-g++"
     18export AR="${CLFS_TARGET}-ar"
     19export AS="${CLFS_TARGET}-as"
     20export RANLIB="${CLFS_TARGET}-ranlib"
     21export LD="${CLFS_TARGET}-ld"
     22export STRIP="${CLFS_TARGET}-strip"</userinput></screen>
    2323
    2424  <para>Then add the build variables to <filename>~/.bashrc</filename> to
  • BOOK/temp-system/mips64-64/gcc.xml

    r51f1397 r07114c98  
    101101<screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    102102    ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
    103     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     103    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    104104    --with-local-prefix=/tools --enable-long-long --with-abi=64 \
    105105    --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
  • BOOK/temp-system/mips64/gcc.xml

    r51f1397 r07114c98  
    101101<screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    102102    ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    103     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} --with-abi=64 \
     103    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-abi=64 \
    104104    --with-local-prefix=/tools --enable-long-long --enable-c99 \
    105105    --enable-shared --enable-threads=posix --enable-__cxa_atexit \
  • 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"
  • BOOK/temp-system/x86/gcc.xml

    r51f1397 r07114c98  
    8989
    9090<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    91     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     91    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    9292    --with-local-prefix=/tools --enable-long-long --enable-c99 \
    9393    --enable-shared --enable-threads=posix --enable-__cxa_atexit \
  • BOOK/temp-system/x86_64-64/gcc.xml

    r51f1397 r07114c98  
    101101<screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    102102    ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
    103     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     103    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    104104    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
    105105    --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
  • BOOK/temp-system/x86_64/gcc.xml

    r51f1397 r07114c98  
    101101<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    102102    ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    103     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     103    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    104104    --with-local-prefix=/tools --enable-long-long --enable-c99 \
    105105    --enable-shared --enable-threads=posix --enable-__cxa_atexit \
Note: See TracChangeset for help on using the changeset viewer.