Changeset 9c4932e


Ignore:
Timestamp:
Jul 20, 2007, 3:45:37 PM (17 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8e5183d
Parents:
76a43f9
Message:

Make coreutils build when we really are cross-compiling.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r76a43f9 r9c4932e  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>July 20, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Make coreutils build in temp-system when the host cannot
     44          run the target programs.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/temp-system/common/coreutils.xml

    r76a43f9 r9c4932e  
    3636    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3737
    38     <para os="bf">Compile the package:</para>
     38    <para os="m1">When we changed the futimens references, one of the files we
     39    updated was touch.c. That change means the man Makefile will try to
     40    regenerate the man page for touch, by executing the compiled
     41    <literal>touch</literal> program. If the target architecture cannot be
     42    executed by the host system, the build will fail. The following command
     43    creates an empty man page which is newer than the C source file.</para>
     44
     45<screen os="m2"><userinput>touch man/touch.1</userinput></screen>
     46
     47   <para os="bf">Compile the package:</para>
    3948
    4049<screen os="bg"><userinput>make</userinput></screen>
  • BOOK/temp-system/multilib/coreutils.xml

    r76a43f9 r9c4932e  
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4141    href="../common/coreutils.xml"
     42    xpointer="xpointer(//*[@os='m1'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/coreutils.xml"
     46    xpointer="xpointer(//*[@os='m2'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/coreutils.xml"
    4250    xpointer="xpointer(//*[@os='bf'])"/>
    4351
Note: See TracChangeset for help on using the changeset viewer.