Changeset a80ea23


Ignore:
Timestamp:
Apr 28, 2006, 4:38:27 PM (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:
cdc7828
Parents:
ccbccc4
Message:

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

Location:
BOOK
Files:
4 added
5 edited

Legend:

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

    rccbccc4 ra80ea23  
    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
  • BOOK/cross-tools/ppc64/glibc-headers.xml

    rccbccc4 ra80ea23  
    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"
  • BOOK/final-system/ppc64-chapter.xml

    rccbccc4 ra80ea23  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-headers.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-64bit.xml"/>
    2021  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/adjusting.xml"/>
    2122  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
  • BOOK/introduction/ppc64/changelog.xml

    rccbccc4 ra80ea23  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>April 28, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Fix the glibc build for new requirements from the
     41          version upgrade, and to use headers from kernel 2.6.15 or later
     42          which merged asm-ppc and asm-ppc64 to asm-powerpc, plus cosmetic fix
     43          to use the multilib version of choose.xml.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3547
    3648    <listitem>
  • BOOK/temp-system/ppc64-chapter.xml

    rccbccc4 ra80ea23  
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/choose.xml"/>
    3333
    3434</chapter>
Note: See TracChangeset for help on using the changeset viewer.