Changeset f0ed7ed


Ignore:
Timestamp:
Feb 21, 2006, 1:56:13 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:
6d4c909
Parents:
7a8cc24
Message:

r973@server (orig r971): ken | 2005-12-28 18:00:29 -0800
Fix glibc headers on certain hosts, perhaps only those cross-compiling from an older binutils.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r7a8cc24 rf0ed7ed  
    4646    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='de'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../x86/glibc-headers.xml"
     51    xpointer="xpointer(//*[@os='df'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../x86/glibc-headers.xml"
     55    xpointer="xpointer(//*[@os='dg'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/glibc-headers.xml

    r7a8cc24 rf0ed7ed  
    4646    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='de'])"/>
     48
     49    <para os="df">Glibc has an issue cross-compiling the headers, where it can
     50    misdetect the capabilities of Binutils and decide they are inadequate.  The
     51    following line fixes this:</para>
     52
     53<screen os="dg"><userinput>echo "libc_cv_initfini_array=yes" &gt;&gt; config.cache
     54</userinput></screen>
    4855
    4956    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64-64/glibc-headers.xml

    r7a8cc24 rf0ed7ed  
    4646    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='de'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../x86/glibc-headers.xml"
     51    xpointer="xpointer(//*[@os='df'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../x86/glibc-headers.xml"
     55    xpointer="xpointer(//*[@os='dg'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64/glibc-headers.xml

    r7a8cc24 rf0ed7ed  
    4646    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='de'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50    href="../x86/glibc-headers.xml"
     51    xpointer="xpointer(//*[@os='df'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../x86/glibc-headers.xml"
     55    xpointer="xpointer(//*[@os='dg'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r7a8cc24 rf0ed7ed  
    4444          are in chroot.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[ken] - Fix a failure to build glibc-headers.</para>
     48        </listitem>
    4649      </itemizedlist>
    4750    </listitem>
Note: See TracChangeset for help on using the changeset viewer.