Changeset f53b075


Ignore:
Timestamp:
Jun 29, 2006, 4:07:12 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
7d6c53c
Parents:
e8506ae6
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.


Files:
31 edited

Legend:

Unmodified
Added
Removed
  • boot/common/e2fsprogs.xml

    re8506ae6 rf53b075  
    3737<screen os="aa"><userinput>../configure --prefix=/tools \
    3838    --enable-elf-shlibs --disable-evms \
    39     --host=${LFS_TARGET}</userinput></screen>
     39    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    4040
    4141    <variablelist os="e">
  • boot/common/module-init-tools.xml

    re8506ae6 rf53b075  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    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"
  • boot/multilib/module-init-tools.xml

    re8506ae6 rf53b075  
    2828
    2929<screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
    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"
  • boot/ppc64/e2fsprogs.xml

    re8506ae6 rf53b075  
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    5757--enable-elf-shlibs --disable-evms \
    58 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     58--build=${LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/x86/grub-build.xml

    re8506ae6 rf53b075  
    4040
    4141<screen os="aa"><userinput>./configure --prefix=/usr \
    42    --host=${LFS_TARGET}</userinput></screen>
     42   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • boot/x86_64/grub-build.xml

    re8506ae6 rf53b075  
    3232
    3333<screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \
    34    --host=${LFS_TARGET}</userinput></screen>
     34   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • general.ent

    re8506ae6 rf53b075  
    55<!ENTITY extra-version "0rc1">
    66
    7 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060628">
    8 <!ENTITY releasedate "June 28, 2006">
     7<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060629">
     8<!ENTITY releasedate "June 29, 2006">
    99<!ENTITY milestone "0.1">
    1010<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/common/changelog.xml

    re8506ae6 rf53b075  
    3838
    3939    <listitem>
     40      <para>June 29, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Updated Temp-System and Boot builds to be more
     44           consistant. Added --build=${LFS_HOST}, where possible.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>June 27, 2006</para>
    4151      <itemizedlist>
  • temp-system/64/ncurses.xml

    re8506ae6 rf53b075  
    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>
  • temp-system/common/bash.xml

    re8506ae6 rf53b075  
    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">
  • temp-system/common/diffutils.xml

    re8506ae6 rf53b075  
    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>
  • temp-system/common/findutils.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/common/gettext.xml

    re8506ae6 rf53b075  
    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">
  • temp-system/common/grep.xml

    re8506ae6 rf53b075  
    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">
  • temp-system/common/gzip.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/common/make.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/common/ncurses.xml

    re8506ae6 rf53b075  
    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
  • temp-system/common/patch.xml

    re8506ae6 rf53b075  
    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>
  • temp-system/common/sed.xml

    re8506ae6 rf53b075  
    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>
  • temp-system/common/tar.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/bash.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/diffutils.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/findutils.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/gettext.xml

    re8506ae6 rf53b075  
    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
  • temp-system/multilib/grep.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/gzip.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/make.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/ncurses.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/patch.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/sed.xml

    re8506ae6 rf53b075  
    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"
  • temp-system/multilib/tar.xml

    re8506ae6 rf53b075  
    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.