Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Jul 15, 2007, 8:29:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

Location:
BOOK/cross-tools/mips
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc.xml

    r39a9ea5 r3ca2208  
    2929
    3030<screen os="b"><userinput>cp extra/Configs/Config.mips extra/Configs/Config.mips.orig
    31 sed -e "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \
    32    extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen>
     31sed -e \
     32  "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \
     33  extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen>
    3334
    3435  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/mips/variables.xml

    r39a9ea5 r3ca2208  
    4646  <table os="g">
    4747    <title>Processor Type and  Target Triplets</title>
    48     <tgroup cols="2" align="center">
    49       <colspec colname="Processor"/>
    50       <colspec colname="Triplet"/>
    51       <colspec colname="MIPS Level"/>
     48    <?dbfo table-width="5.5in" ?>
     49
     50    <tgroup cols="2">
     51
     52      <colspec colnum="1" colwidth="2in"   colname="Processor"/>
     53      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     54      <colspec colnum="3" colwidth="1in"   colname="MIPS Level"/>
     55
    5256      <thead>
    5357        <row>
     
    5761        </row>
    5862      </thead>
     63
    5964      <tbody>
    6065        <row>
     
    7984        </row>
    8085      </tbody>
     86
    8187    </tgroup>
     88
    8289  </table>
    8390
Note: See TracChangeset for help on using the changeset viewer.