Changeset 7926af1 in clfs-embedded for BOOK/cross-tools/arm/variables.xml


Ignore:
Timestamp:
Feb 9, 2011, 4:36:14 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
d5c7418
Parents:
541ad7b
Message:

Cleaned up Build Variables sections

Everyone was referencing the x86 Build Variables section but now x86
has some unique variables. So created a common/vairables.xml from
the existing x86/variables.xml but removed parts that weren't common.

Now arm and mips both reference the common/variables.xml file and have
their unique parts.

File:
1 edited

Legend:

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

    r541ad7b r7926af1  
    1313  <bridgehead renderas="sect4">Setting Host and Target</bridgehead>
    1414
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    16   href="../x86/variables.xml"
    17   xpointer="xpointer(//*[@os='a'])"/>
     15  <para os="a">During the building of the cross-compile tools you will need to
     16  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 and CPU
     18  endianess. If you do not know what triplet or endianess you want,
     19  you can use the table at the bottom of this page as a reference. Set
     20  the command using the method listed below:</para>
    1821
    1922  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    20   href="../x86/variables.xml"
     23  href="../common/variables.xml"
    2124  xpointer="xpointer(//*[@os='b'])"/>
    2225
    2326  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    24   href="../x86/variables.xml"
     27  href="../common/variables.xml"
    2528  xpointer="xpointer(//*[@os='c'])"/>
    2629
     
    2932
    3033  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31   href="../x86/variables.xml"
     34  href="../common/variables.xml"
    3235  xpointer="xpointer(//*[@os='g'])"/>
    3336
    3437  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35   href="../x86/variables.xml"
     38  href="../common/variables.xml"
    3639  xpointer="xpointer(//*[@os='h'])"/>
    3740
Note: See TracChangeset for help on using the changeset viewer.