Changeset fbaffde


Ignore:
Timestamp:
Feb 21, 2006, 2:22:10 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:
4aad7ae
Parents:
47c13d1
Message:

r1137@server (orig r1135): jhuntwork | 2006-02-02 12:35:40 -0800
Finalized cross-tools section for ppc64 multilib.

Location:
BOOK
Files:
2 added
5 edited

Legend:

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

    r47c13d1 rfbaffde  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-libc-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/>
    2021  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-static.xml"/>
    2122  <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"/>
    2224  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-final.xml"/>
    2325
  • BOOK/cross-tools/ppc64/gcc-final.xml

    r47c13d1 rfbaffde  
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../x86_64/gcc-final.xml"
     67    xpointer="xpointer(//*[@os='bd'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../x86_64/gcc-final.xml"
     71    xpointer="xpointer(//*[@os='be'])"/>
     72
     73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6674    href="gcc-static.xml"
    6775    xpointer="xpointer(//*[@os='ak'])"/>
     
    8088
    8189    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    82     href="../x86/gcc-final.xml"
     90    href="../x86_64/gcc-final.xml"
    8391    xpointer="xpointer(//*[@os='bf'])"/>
    8492
  • BOOK/cross-tools/ppc64/gcc-static.xml

    r47c13d1 rfbaffde  
    5454<screen os="ah"><userinput>echo "
    5555#undef STARTFILE_PREFIX_SPEC
    56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux.h</userinput></screen>
     56#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux.h
     57echo "
     58#undef STARTFILE_PREFIX_SPEC
     59#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" &gt;&gt; gcc/config/rs6000/linux64.h</userinput></screen>
    5760
    5861    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8184
    8285    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    83     href="../x86/gcc-static.xml"
     86    href="../x86_64/gcc-static.xml"
    8487    xpointer="xpointer(//*[@os='al'])"/>
    8588
     
    9295    xpointer="xpointer(//*[@os='an'])"/>
    9396
    94     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    95     href="../x86/gcc-static.xml"
    96     xpointer="xpointer(//*[@os='ao'])"/>
     97<screen><userinput>make all-gcc</userinput></screen>
    9798
    9899    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/ppc64/glibc.xml

    r47c13d1 rfbaffde  
    99  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>Glibc-&glibc-version;</title>
     11  <title>Glibc-&glibc-version; 32 Bit</title>
    1212
    1313  <indexterm zone="ch-cross-tools-glibc">
    1414    <primary sortas="a-Glibc">Glibc</primary>
    15     <secondary>cross tools</secondary>
     15    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
     
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    57 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    58 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    59 echo "libc_cv_ppc_machine=yes" &gt;&gt; config.cache</userinput></screen>
     57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58    href="../ppc/glibc.xml"
     59    xpointer="xpointer(//*[@os='de'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../../final-system/common/glibc.xml"
     62    href="../common/glibc.xml"
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/glibc.xml"
     66    href="../multilib/glibc.xml"
    6767    xpointer="xpointer(//*[@os='df'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../common/glibc.xml"
     70    href="../multilib/glibc.xml"
    7171    xpointer="xpointer(//*[@os='dg'])"/>
    7272
  • BOOK/introduction/ppc64/changelog.xml

    r47c13d1 rfbaffde  
    5858          <para>[jhuntwork] - Added a flags page in cross-tools.</para>
    5959        </listitem>
     60        <listitem>
     61          <para>[jhuntwork] - Finalized cross-tools section.</para>
     62        </listitem>
    6063      </itemizedlist>
    6164    </listitem>
Note: See TracChangeset for help on using the changeset viewer.