Changeset 33ed759


Ignore:
Timestamp:
May 2, 2006, 8:57:28 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8c2e850
Parents:
84515d3
Message:

r3239@server: jim | 2006-05-02 08:56:22 -0700
Fixed coreutils cross-compile issues.

Location:
BOOK
Files:
2 edited

Legend:

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

    r84515d3 r33ed759  
    4646          <para>[jim] - Reverted change to bash. Needed on some architectures.</para>
    4747        </listitem>
     48        <listitem>
     49          <para>[jim] - Fixed a coreutils cross-compile issues on some architectures.</para>
     50        </listitem>
    4851      </itemizedlist>
    4952    </listitem>
  • BOOK/temp-system/common/coreutils.xml

    r84515d3 r33ed759  
    2323    <title>Installation of Coreutils</title>
    2424
    25     <para os="ba">Coreutils has an issue where  UTILS_OPEN_MAX does not get
    26     defined when cross-compiling. So we define it:</para>
     25    <para os="ba">Coreutils has an issues when cross-compiling. So we
     26    define the items cross-compiling doesn't like:</para>
    2727
    28 <screen os="bc"><userinput>echo "utils_cv_sys_open_max=1024" &gt;&gt; config.cache</userinput></screen>
     28<screen os="bc"><userinput>echo "ac_cv_sys_restartable_syscalls=yes" &gt; config.cache
     29echo "ac_cv_func_setvbuf_reversed=yes" &gt;&gt; config.cache
     30echo "utils_cv_sys_open_max=1024" &gt;&gt; config.cache</userinput></screen>
    2931
    3032    <para os="bd">Prepare Coreutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.