Changeset 3cf26f7 in clfs-sysroot


Ignore:
Timestamp:
Nov 7, 2006, 3:23:40 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
713696e
Parents:
c0cd0ca
Message:

Removed unneeded quotes from the perl instructions.
ac_cv_func_setvbuf_reversed no longer needs to be put into the config.cache for coreutils.

Location:
BOOK/final-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm/perl.xml

    rc0cd0ca r3cf26f7  
    4444    <para os="c">Compile the package:</para>
    4545
    46 <screen os="d"><userinput>make ARCH=arm CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
     46<screen os="d"><userinput>make ARCH=arm CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    4747
    4848    <para os="e">Install the package:</para>
  • BOOK/final-system/common/coreutils.xml

    rc0cd0ca r3cf26f7  
    4646<screen os="ab"><userinput>touch man/uname.1</userinput></screen>
    4747
    48     <para os="a">Configure doesn't properly handle the following tests
    49     when cross-compiling:</para>
    50 
    51 <screen os="b"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" &gt; config.cache
    52 echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt;&gt; config.cache</userinput></screen>
     48    <para os="a">Configure can not properly determine how to get free space
     49    when cross-compiling, Without putting the following entry into
     50    <filename>config.cache</filename> the <command>df</command> program will
     51    not be built.</para>
     52
     53<screen os="b"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt; config.cache</userinput></screen>
    5354
    5455    <para os="c">Now prepare Coreutils for compilation:</para>
  • BOOK/final-system/x86/perl.xml

    rc0cd0ca r3cf26f7  
    5050    xpointer="xpointer(//*[@os='c'])"/>
    5151
    52 <screen os="d"><userinput>make ARCH=x86 CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
     52<screen os="d"><userinput>make ARCH=x86 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    5353
    5454    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.