<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-cross-tools-variables">
  <?dbhtml filename="variables.html"?>

  <title>Build Variables</title>

  <bridgehead renderas="sect4">Setting Host and Target</bridgehead>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='a'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='b'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='c'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='d'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='t1'])"/>

  <bridgehead renderas="sect4">Copy settings to the Environment</bridgehead>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='e'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../x86/variables.xml"
    xpointer="xpointer(//*[@os='f'])"/>

  <table os="g">
    <title>Processor Type and Target Triplets</title>

    <tgroup cols="2">
    <?dbfo table-width="5in" ?>

      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>

      <thead>
        <row>
          <entry>Processor</entry>
          <entry>Target Triplet</entry>
        </row>
      </thead>

      <tbody>
        <row>
          <entry>Unknown</entry>
          <entry>alpha-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>EV5 Series</entry>
          <entry>alphaev5-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>EV56 Series</entry>
          <entry>alphaev56-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>PCA56 Series</entry>
          <entry>alphapca56-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>PCA57 Series</entry>
          <entry>alphapca57-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>EV6 Series</entry>
          <entry>alphaev6-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>EV67 Series</entry>
          <entry>alphaev67-unknown-linux-gnu</entry>
        </row>
        <row>
          <entry>EV68 Series</entry>
          <entry>alphaev68-unknown-linux-gnu</entry>
        </row>
      </tbody>

    </tgroup>

  </table>

</sect1>
