Changeset 5b4806a in clfs-embedded


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
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/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/arm/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
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2424  href="../x86/variables.xml"
    25   xpointer="xpointer(//*[@os='e'])"/>
     25  xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="f"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     28  href="../x86/variables.xml"
     29  xpointer="xpointer(//*[@os='d'])"/>
    2830
    29   <table os="g">
     31  <table os="e">
    3032    <title>Processor Type and  Target Triplets</title>
    3133    <?dbfo table-width="5in" ?>
  • 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" ?>
  • BOOK/cross-tools/x86/linux-headers.xml

    r60aed94 r5b4806a  
    3737<screen os="c"><userinput>install -dv ${CLFS}/usr/include
    3838make mrproper
    39 make ARCH=i386 headers_check
    40 make ARCH=i386 INSTALL_HDR_PATH=dest headers_install
     39make ARCH=$(echo ${CLFS_TARGET} | sed 's/i.86/i386/' | cut -f1 -d-) headers_check
     40make ARCH=$(echo ${CLFS_TARGET} | sed 's/i.86/i386/' | cut -f1 -d-) INSTALL_HDR_PATH=dest headers_install
    4141cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
    4242
  • BOOK/cross-tools/x86/variables.xml

    r60aed94 r5b4806a  
    2121  the command using the method listed below:</para>
    2222
    23 <screen os="d"><userinput>export CLFS_TARGET="{target triplet}"</userinput></screen>
     23<screen os="b"><userinput>export CLFS_TARGET="{target triplet}"</userinput></screen>
    2424
    25   <para os="e">Now we will add this to <filename>~/.bashrc</filename>, just in
     25  <para os="c">Now we will add this to <filename>~/.bashrc</filename>, just in
    2626  case you have to exit and restart building later:</para>
    2727
    28 <screen os="f"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     28<screen os="d"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2929
    30   <table os="g">
     30  <table os="e">
    3131    <title>Processor Type and  Target Triplets</title>
    3232    <?dbfo table-width="4.5in" ?>
Note: See TracChangeset for help on using the changeset viewer.