Changeset fbf24b4


Ignore:
Timestamp:
Sep 24, 2006, 10:19:36 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:
5d3ec38
Parents:
7fc909b
Message:

Fixed typos in sparc64 flags.xml

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/sparc64-64/flags.xml

    r7fc909b rfbf24b4  
    2323   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2424   href="../../cross-tools/sparc64-64/flags.xml"
     25   xpointer="xpointer(//*[@os='e'])"/>
     26
     27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     28   href="../../cross-tools/sparc64-64/flags.xml"
    2529   xpointer="xpointer(//*[@os='f'])"/>
    2630
  • BOOK/chroot/sparc64/flags.xml

    r7fc909b rfbf24b4  
    3030   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3131   href="../../cross-tools/sparc64/flags.xml"
     32   xpointer="xpointer(//*[@os='e'])"/>
     33
     34   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35   href="../../cross-tools/sparc64/flags.xml"
    3236   xpointer="xpointer(//*[@os='f'])"/>
    3337
  • BOOK/cross-tools/sparc64-64/flags.xml

    r7fc909b rfbf24b4  
    2424echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2525
    26   <para os="e">The following table gives the entires for different Sparc 64 capable
    27   processors. Pick the processor that matches your system.</para>
     26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     27   href="../sparc64/flags.xml"
     28   xpointer="xpointer(//*[@os='e'])"/>
    2829
    2930  <table os="f">
  • BOOK/cross-tools/sparc64/flags.xml

    r7fc909b rfbf24b4  
    2727
    2828  <para os="e">The following table gives the entires for different Sparc 64 capable
    29   processors. Pick the processor that matches your system.</para>
     29  processors. Pick the processor that matches your system. Note: GCC settings are
     30  only needed in the early sections of the book, and will not be used in the final-system
     31  builds.</para>
    3032
    3133  <table os="f">
    32     <title>List of architectures, target triplets, and recommended book</title>
     34    <title>List of 32-Bit settings, 64-Bit Build settings, and GCC setting</title>
    3335    <tgroup cols="2" align="center">
    3436      <colspec colname="Processor"/>
Note: See TracChangeset for help on using the changeset viewer.