Changeset 0c53a27 in clfs-sysroot for BOOK


Ignore:
Timestamp:
May 25, 2006, 5:04:16 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
4b6ae47
Parents:
02095ae
Message:

r3634@server (orig r1650): jciccone | 2006-05-25 16:55:31 -0700
Corrected the target tripplet for arm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/variables.xml

    r02095ae r0c53a27  
    2828  the command using the method listed below:</para>
    2929
    30 <screen os="d"><userinput>export LFS_TARGET="{target triplet}"</userinput></screen>
     30<screen os="d"><userinput>export LFS_TARGET="arm-unknown-linux-gnu"</userinput></screen>
    3131
    3232  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
     
    3838echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    3939
    40   <table os="g">
    41     <title>Processor Type and  Target Triplets</title>
    42     <tgroup cols="2" align="center">
    43       <colspec colname="Processor"/>
    44       <colspec colname="Triplet"/>
    45       <thead>
    46         <row>
    47           <entry>Processor</entry>
    48           <entry>Target Triplet</entry>
    49         </row>
    50       </thead>
    51       <tbody>
    52         <row>
    53           <entry>486 Compatibles</entry>
    54           <entry>i486-pc-linux-gnu</entry>
    55         </row>
    56         <row>
    57           <entry>Pentium, K6, 586 Compatibles</entry>
    58           <entry>i586-pc-linux-gnu</entry>
    59         </row>
    60         <row>
    61           <entry>Pentium II, Pentium III, Pentium 4</entry>
    62           <entry>i686-pc-linux-gnu</entry>
    63         </row>
    64         <row>
    65           <entry>Athlon, Duron</entry>
    66           <entry>i686-pc-linux-gnu</entry>
    67         </row>
    68       </tbody>
    69     </tgroup>
    70   </table>
    71 
    7240</sect1>
Note: See TracChangeset for help on using the changeset viewer.