Changeset 0c53a27 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- May 25, 2006, 5:04:16 PM (19 years ago)
- Branches:
- master
- Children:
- 4b6ae47
- Parents:
- 02095ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r02095ae r0c53a27 28 28 the command using the method listed below:</para> 29 29 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> 31 31 32 32 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead> … … 38 38 echo export LFS_TARGET=\""${LFS_TARGET}\"" >> ~/.bashrc</userinput></screen> 39 39 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 72 40 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.