Changes in / [9ddcd0f:c9fc7ab]


Ignore:
Location:
BOOK
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/mips/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2727    <para os="aa">For a MIPS Little Endian Machine:</para>
    2828
    29 <screen os="ab"><userinput>export CLFS_TARGET="mipsel-unknown-linux-gnu"</userinput></screen>
     29<screen role="nodump" os="ab"><userinput>export CLFS_TARGET="mipsel-unknown-linux-gnu"</userinput></screen>
    3030
    3131    <para os="ac">For a MIPS Big Endian Machine:</para>
    3232
    33 <screen os="ad"><userinput>export CLFS_TARGET="mips-unknown-linux-gnu"</userinput></screen>
     33<screen role="nodump" os="ad"><userinput>export CLFS_TARGET="mips-unknown-linux-gnu"</userinput></screen>
    3434
    3535  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
  • BOOK/final-preps/mips64-64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
  • BOOK/final-preps/mips64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2929    xpointer="xpointer(//*[@os='aa'])"/>
    3030
    31 <screen os="ab"><userinput>export CLFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
     31<screen role="nodump" os="ab"><userinput>export CLFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3535    xpointer="xpointer(//*[@os='ac'])"/>
    3636
    37 <screen os="ad"><userinput>export CLFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
     37<screen role="nodump" os="ad"><userinput>export CLFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    4141    xpointer="xpointer(//*[@os='e'])"/>
    4242
    43 <screen os="f"><userinput>export CLFS_TARGET32="$(echo ${CLFS_TARGET}| sed -e 's/64//g')"</userinput></screen>
     43<screen role="nodump" os="f"><userinput>export CLFS_TARGET32="$(echo ${CLFS_TARGET}| sed -e 's/64//g')"</userinput></screen>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-preps/ppc/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="powerpc-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="powerpc-unknown-linux-gnu"</userinput></screen>
    2828
    2929  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
  • BOOK/final-preps/ppc64-64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-preps/ppc64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3131    xpointer="xpointer(//*[@os='e'])"/>
    3232
    33 <screen os="f"><userinput>export CLFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>
     33<screen role="nodump" os="f"><userinput>export CLFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-preps/sparc/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="sparc-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="sparc-unknown-linux-gnu"</userinput></screen>
    2828
    2929  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
  • BOOK/final-preps/sparc64-64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
  • BOOK/final-preps/sparc64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="sparc64-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="sparc64-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3131    xpointer="xpointer(//*[@os='e'])"/>
    3232
    33 <screen os="f"><userinput>export CLFS_TARGET32="sparcv9-unknown-linux-gnu"</userinput></screen>
     33<screen role="nodump" os="f"><userinput>export CLFS_TARGET32="sparcv9-unknown-linux-gnu"</userinput></screen>
    3434
    3535  <para os="g">We will need to setup target specific flags for the compiler
  • BOOK/final-preps/x86/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2222  following command:</para>
    2323
    24 <screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
     24<screen role="nodump" os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
    2525
    2626  <para os="c">Now you will need to set the triplet for the target
    2727  architecture. Set the target variable using the following command:</para>
    2828
    29 <screen os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
     29<screen role="nodump" os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
    3030
    3131  <para os="t1">Replace [target triplet] with the appropriate machine triplet
  • BOOK/final-preps/x86_64-64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
  • BOOK/final-preps/x86_64/variables.xml

    r9ddcd0f rc9fc7ab  
    66]>
    77
    8 <sect1 id="ch-cross-tools-variables">
     8<sect1 id="ch-final-preps-variables">
    99  <?dbhtml filename="variables.html"?>
    1010
     
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
     27<screen role="nodump" os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
    2828
    2929  <para os="e">Now set the target triplet for 32 bits:</para>
    3030
    31 <screen os="f"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
     31<screen role="nodump" os="f"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
    3232
    3333  <para os="g">We will need to setup target-specific flags for the compiler
  • BOOK/temp-system/common/cloog.xml

    r9ddcd0f rc9fc7ab  
    99  <?dbhtml filename="cloog.html"?>
    1010
    11   <title>CLooG &cloog-version;</title>
     11  <title>CLooG-&cloog-version;</title>
    1212
    1313  <indexterm zone="ch-temp-system-cloog">
Note: See TracChangeset for help on using the changeset viewer.