Ignore:
Timestamp:
Jun 28, 2008, 11:50:17 AM (16 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:
818cf09
Parents:
d7609f9
Message:

Add a config.cache entry to Coreutils so that the df program will be built.

File:
1 edited

Legend:

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

    rd7609f9 rc619d5e9  
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3434    href="../common/coreutils.xml"
     35    xpointer="xpointer(//*[@os='ba'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/coreutils.xml"
     39    xpointer="xpointer(//*[@os='bb'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../common/coreutils.xml"
    3543    xpointer="xpointer(//*[@os='bd'])"/>
    3644
    3745<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    38    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     46    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     47    --cache-file=config.cache</userinput></screen>
    3948
    4049    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.