Changeset 528da83 for BOOK/temp-system


Ignore:
Timestamp:
Jun 29, 2006, 4:07:12 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:
048409c
Parents:
6c32364
Message:

r4179@server: jim | 2006-06-29 16:03:00 -0700

Updated Temp-System and Boot builds to be more
consistant. Added --build=${LFS_HOST}, where possible.


Location:
BOOK/temp-system
Files:
23 edited

Legend:

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

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

    r6c32364 r528da83  
    3232
    3333<screen os="h"><userinput>./configure --prefix=/tools \
    34     --without-bash-malloc --host=${LFS_TARGET} \
    35     --cache-file=config.cache</userinput></screen>
     34    --build=${LFS_HOST} --host=${LFS_TARGET} \
     35    --without-bash-malloc --cache-file=config.cache</userinput></screen>
    3636
    3737    <variablelist os="ad">
  • BOOK/temp-system/common/diffutils.xml

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

    r6c32364 r528da83  
    3333
    3434<screen os="ac"><userinput>./configure --prefix=/tools \
    35     --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     35     --build=${LFS_HOST} --host=${LFS_TARGET} \
     36     --cache-file=config.cache</userinput></screen>
    3637
    3738    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/gettext.xml

    r6c32364 r528da83  
    3232
    3333<screen os="d"><userinput>./configure --prefix=/tools \
    34     --host=${LFS_TARGET} --disable-shared \
    35     --cache-file=config.cache</userinput></screen>
     34     --build=${LFS_HOST} --host=${LFS_TARGET} \
     35     --disable-shared --cache-file=config.cache</userinput></screen>
    3636
    3737    <variablelist os="e">
  • BOOK/temp-system/common/grep.xml

    r6c32364 r528da83  
    2828
    2929<screen os="ca"><userinput>./configure --prefix=/tools \
    30     --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
     30     --build=${LFS_HOST} --host=${LFS_TARGET} \
     31     --disable-perl-regexp</userinput></screen>
    3132
    3233    <variablelist os="cb">
  • BOOK/temp-system/common/gzip.xml

    r6c32364 r528da83  
    3434
    3535<screen os="ac"><userinput>./configure --prefix=/tools \
    36     --host=${LFS_TARGET}</userinput></screen>
     36     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/make.xml

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

    r6c32364 r528da83  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools --with-shared \
    30     --host=${LFS_TARGET} --without-debug --without-ada \
     30    --build=${LFS_HOST} --host=${LFS_TARGET} \
     31    --without-debug --without-ada \
    3132    --enable-overwrite --with-build-cc=gcc</userinput></screen>
    3233
  • BOOK/temp-system/common/patch.xml

    r6c32364 r528da83  
    2525    <para os="a">Prepare Patch for compilation:</para>
    2626
    27 <screen os="b"><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen>
     27<screen os="b"><userinput>./configure --prefix=/tools \
     28    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    2829
    2930    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/sed.xml

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

    r6c32364 r528da83  
    3333
    3434<screen os="b"><userinput>./configure --prefix=/tools \
    35     --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     35     --build=${LFS_HOST} --host=${LFS_TARGET} \
     36     --cache-file=config.cache</userinput></screen>
    3637
    3738    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/bash.xml

    r6c32364 r528da83  
    3737<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3838   ./configure --prefix=/tools \
    39    --without-bash-malloc --host=${LFS_TARGET} \
    40    --cache-file=config.cache</userinput></screen>
     39   --build=${LFS_HOST} --host=${LFS_TARGET} \
     40   --without-bash-malloc --cache-file=config.cache</userinput></screen>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/diffutils.xml

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

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

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

    r6c32364 r528da83  
    2828
    2929<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30    --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
     30   --build=${LFS_HOST} --host=${LFS_TARGET} \
     31   --disable-perl-regexp</userinput></screen>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/gzip.xml

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

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

    r6c32364 r528da83  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3030   ./configure --prefix=/tools --with-shared \
    31    --host=${LFS_TARGET} --without-debug --without-ada \
    32    --enable-overwrite --with-build-cc=gcc --libdir=/tools/lib64</userinput></screen>
     31   --build=${LFS_HOST} --host=${LFS_TARGET} \
     32   --without-debug --without-ada \
     33   --enable-overwrite --with-build-cc=gcc \
     34   --libdir=/tools/lib64</userinput></screen>
    3335
    3436    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/patch.xml

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

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

    r6c32364 r528da83  
    3636
    3737<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     38   --build=${LFS_HOST} --host=${LFS_TARGET} \
     39   --cache-file=config.cache</userinput></screen>
    3940
    4041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.