Changeset b90ddb1 for cross-tools


Ignore:
Timestamp:
Apr 28, 2006, 4:38:27 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
cac60c8
Parents:
596c1f5
Message:

r3169@server (orig r1482): ken | 2006-04-28 14:25:51 -0700
ppc64 - fix glibc for 2.4 and recent headers.

Location:
cross-tools
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/ppc64-chapter.xml

    r596c1f5 rb90ddb1  
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-static.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc-64bit.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-64bit.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-final.xml"/>
    2525
  • cross-tools/ppc64/glibc-headers.xml

    r596c1f5 rb90ddb1  
    4646    href="../ppc/glibc.xml"
    4747    xpointer="xpointer(//*[@os='de'])"/>
     48
     49    <para>We need to persuade <command>configure</command> that the host's
     50    compiler has all the necessary modern powerpc64 extensions.  It will still
     51    pass flags such as <literal>-mnew-abi</literal> which are likely to trigger
     52    error messages on a non-ppc host, but the headers can be built.  We do this
     53    by adding the following lines to <filename>config.cache</filename>. Note
     54    that one of these has three consecutive underscores.</para>
     55
     56<screen><userinput>echo "libc_cv_mlong_double_128ibm=yes" >> config.cache
     57echo "libc_cv_mlong_double_128=yes" >> config.cache
     58echo "libc_cv_powerpc64_tls=yes" >> config.cache
     59echo "libc_cv_initfini_array=yes" >>config.cache
     60echo "libc_cv_gcc___thread=yes" >>config.cache</userinput></screen>
    4861
    4962    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.