Changeset e67fb9b in clfs-embedded for BOOK/cross-tools/x86/variables.xml


Ignore:
Timestamp:
Feb 10, 2011, 3:44:59 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7003296
Parents:
a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://git.cross-lfs.org/abradford/clfs-embedded.git

File:
1 edited

Legend:

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

    ra9cb92d re67fb9b  
    1515  <para os="a">During the building of the cross-compile tools you will need to
    1616  set a few variables that will be dependent on your particular needs.
    17   You will need to set the target triplet for the target architecture. As well
    18   as the CPUs type and endianess. If you do not know what triplet you want,
     17  You will need to set the target triplet for the target architecture, the CPU
     18  type, and CPU endianess. If you do not know what triplet or CPU type you want,
    1919  you can use the table at the bottom of this page as a reference. Set
    2020  the command using the method listed below:</para>
    2121
    2222<screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed "s/-[^-]*/-cross/")
    23 export CLFS_TARGET=<replaceable>[target triplet]</replaceable></userinput></screen>
     23export CLFS_TARGET=<replaceable>[target triplet]</replaceable>
     24export CLFS_CPU=<replaceable>[cpu type]</replaceable></userinput></screen>
    2425
    2526  <para os="c">Now we will set the architecture and endianess of the CPU based
     
    3536echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
    3637echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    37 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     38echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc
     39echo export CLFS_ENDIAN=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    3840
    3941  <table os="i">
    4042    <title>Processor Type and  Target Triplets</title>
    41     <?dbfo table-width="4.5in" ?>
     43    <?dbfo table-width="7.5in" ?>
    4244
    4345    <tgroup cols="2">
     
    4547      <colspec colnum="1" colwidth="2.5in"   colname="Processor"/>
    4648      <colspec colnum="2" colwidth="2in" colname="Triplet"/>
     49      <colspec colnum="3" colwidth="0.5in" colname="CPU Type"/>
     50      <colspec colnum="4" colwidth="2.5in" colname="Note"/>
    4751
    4852      <thead>
     
    5054          <entry>Processor</entry>
    5155          <entry>Target Triplet</entry>
     56          <entry>CPU Type</entry>
     57          <entry>Note</entry>
    5258        </row>
    5359      </thead>
     
    5763          <entry>486 Compatibles</entry>
    5864          <entry>i486-pc-linux-uclibc</entry>
     65          <entry>i486</entry>
     66          <entry>Intel's i486</entry>
    5967        </row>
    6068        <row>
    6169          <entry>Pentium, K6, 586 Compatibles</entry>
    6270          <entry>i586-pc-linux-uclibc</entry>
     71          <entry>i586</entry>
     72          <entry>Intel Pentium without MMX</entry>
    6373        </row>
    6474        <row>
    6575          <entry>Pentium II, Pentium III, Pentium 4</entry>
    6676          <entry>i686-pc-linux-uclibc</entry>
     77          <entry>i686</entry>
     78          <entry>PentiumPro instruction set</entry>
    6779        </row>
    6880        <row>
    69           <entry>Athlon, Duron</entry>
     81          <entry>Athlon</entry>
    7082          <entry>i686-pc-linux-uclibc</entry>
     83          <entry>athlon</entry>
     84          <entry>AMD 32 bit Athlon</entry>
    7185        </row>
    7286        <row>
    73           <entry>x86_64</entry>
     87          <entry>Opteron</entry>
    7488          <entry>x86_64-unknown-linux-uclibc</entry>
     89          <entry>k8</entry>
     90          <entry>AMD K8 processors with x86-64</entry>
    7591        </row>
    7692      </tbody>
Note: See TracChangeset for help on using the changeset viewer.