Changeset f53b075 for temp-system/common


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.


Location:
temp-system/common
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.