Changeset 5b4806a in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Jan 24, 2009, 1:26:07 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
6533111
Parents:
60aed94
Message:

Working an x86 and x86_64 integreation

Location:
BOOK/cross-tools/mips
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/abi.xml

    r60aed94 r5b4806a  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../mips/abi.xml"
     14  href="../x86/abi.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    18   href="../mips/abi.xml"
     18  href="../x86/abi.xml"
    1919  xpointer="xpointer(//*[@os='b'])"/>
    2020
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    22   href="../mips/abi.xml"
     22  href="../x86/abi.xml"
    2323  xpointer="xpointer(//*[@os='c'])"/>
    2424
  • BOOK/cross-tools/mips/variables.xml

    r60aed94 r5b4806a  
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2020  href="../x86/variables.xml"
    21   xpointer="xpointer(//*[@os='d'])"/>
     21  xpointer="xpointer(//*[@os='b'])"/>
    2222
    23   <para os="d1">Now you will need to set the MIPS LEVEL. This determines how your
     23  <para os="m1">Now you will need to set the MIPS LEVEL. This determines how your
    2424uClibc is built. There are currently 5 MIPS ISA Levels. To keep things simple
    2525we are only using 2. For more information, go to
    2626<ulink url="http://www.linux-mips.org/wiki/Instruction_Set_Architecture"/></para>
    2727
    28 <screen os="d2"><userinput>export CLFS_MIPS_LEVEL="{mips level}"</userinput></screen>
     28<screen os="m2"><userinput>export CLFS_MIPS_LEVEL="{mips level}"</userinput></screen>
    2929
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3131  href="../x86/variables.xml"
    32   xpointer="xpointer(//*[@os='e'])"/>
     32  xpointer="xpointer(//*[@os='c'])"/>
    3333
    34 <screen os="f"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
     34<screen os="d"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
    3535echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    3636
    37   <table os="g">
     37  <table os="e">
    3838    <title>Processor Type and  Target Triplets</title>
    3939    <?dbfo table-width="5.5in" ?>
Note: See TracChangeset for help on using the changeset viewer.