Changeset 7a63b22a for BOOK/temp-system


Ignore:
Timestamp:
Jan 8, 2011, 1:47:29 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
abdca7b
Parents:
c7bfa72
git-author:
Joe Ciccone <jciccone@…> (01/08/11 13:47:24)
git-committer:
Joe Ciccone <jciccone@…> (01/08/11 13:47:29)
Message:

Updated Patch to 2.6.1.
Updated M4 to 1.4.15.

Location:
BOOK/temp-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/m4.xml

    rc7bfa72 r7a63b22a  
    3737EOF</userinput></screen>
    3838
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    40     href="../../final-system/common/m4.xml"
    41     xpointer="xpointer(//*[@os='s1'])"/>
    42 
    43 <screen os="s2"><userinput>cp src/path.c{,.orig}
    44 sed -e '/"m4.h"/i\#include &lt;sys/stat.h&gt;' \
    45     src/path.c.orig > src/path.c</userinput></screen>
    46 
    4739    <para os="a">Prepare M4 for compilation:</para>
    4840
  • BOOK/temp-system/common/patch.xml

    rc7bfa72 r7a63b22a  
    2323    <title>Installation of Patch</title>
    2424
     25    <para os="cc1">When cross-compiling configure cannot properly detect the
     26    existance of certain features. Override this behaviour:</para>
     27
     28<screen os="cc2"><userinput>echo "ac_cv_func_strnlen_working=yes" > config.cache</userinput></screen>
     29
    2530    <para os="a">Prepare Patch for compilation:</para>
    2631
    2732<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     33    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     34    --cache-file=config.cache</userinput></screen>
    2935
    3036    <para os="c">Compile the package:</para>
  • BOOK/temp-system/multilib/m4.xml

    rc7bfa72 r7a63b22a  
    3030    href="../common/m4.xml"
    3131    xpointer="xpointer(//*[@os='cc2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/m4.xml"
    35     xpointer="xpointer(//*[@os='s1'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../common/m4.xml"
    39     xpointer="xpointer(//*[@os='s2'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/patch.xml

    rc7bfa72 r7a63b22a  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/patch.xml"
     27    xpointer="xpointer(//*[@os='cc1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/patch.xml"
     31    xpointer="xpointer(//*[@os='cc2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/patch.xml"
    2735    xpointer="xpointer(//*[@os='a'])"/>
    2836
    2937<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     38    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39    --cache-file=config.cache</userinput></screen>
    3140
    3241    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.