Changeset 6a580207 for BOOK/temp-system


Ignore:
Timestamp:
Jun 16, 2007, 12:58:11 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
65853035
Parents:
e6fe92a5
Message:

Coreutils no longers looks for setvbuf

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    re6fe92a5 r6a580207  
    2323    <title>Installation of Coreutils</title>
    2424
    25     <para os="ba">Coreutils has some issues when cross-compiling. So we
    26     define the items cross-compiling doesn't like:</para>
    27 
    28 <screen os="bc"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" &gt;&gt; config.cache</userinput></screen>
    29 
    3025    <para os="bd">Prepare Coreutils for compilation:</para>
    3126
    32 <screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \
     27<screen os="be"><userinput>./configure --prefix=/tools \
    3328    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3429
  • BOOK/temp-system/multilib/coreutils.xml

    re6fe92a5 r6a580207  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/coreutils.xml"
    27     xpointer="xpointer(//*[@os='ba'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/coreutils.xml"
    31     xpointer="xpointer(//*[@os='bc'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/coreutils.xml"
    3527    xpointer="xpointer(//*[@os='bd'])"/>
    3628
    37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" \
    38    ./configure --prefix=/tools --cache-file=config.cache \
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3930   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4031
Note: See TracChangeset for help on using the changeset viewer.