Changeset 2717

Show
Ignore:
Timestamp:
09/25/06 04:56:26 (2 years ago)
Author:
jim
Message:

Fixed FLAGS table in chroot of Sparc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/chroot/sparc64-64/flags.xml

    r2332 r2717  
    1414  and linkers.</para> 
    1515 
    16 <screen><userinput>export BUILD64="-m64"</userinput></screen> 
     16<screen><userinput>export BUILD64="[BUILD64 entries]"</userinput></screen> 
     17 
    1718   <para>To prevent errors when you come back to your build, we will export these 
    1819   variables to prevent any build issues in the future:</para> 
     
    2021<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bash_profile</userinput></screen> 
    2122 
     23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     24   href="../../cross-tools/sparc64-64/flags.xml" 
     25   xpointer="xpointer(//*[@os='f'])"/> 
     26 
    2227</sect1> 
  • branches/clfs-1.0/BOOK/chroot/sparc64/flags.xml

    r1954 r2717  
    1414  and linkers.</para> 
    1515 
    16 <screen><userinput>export BUILD32="-m32
    17 export BUILD64="-m64"</userinput></screen> 
     16<screen><userinput>export BUILD32="[BUILD32 entries]
     17export BUILD64="-[BUILD64 entries]"</userinput></screen> 
    1818 
    1919  <para>You will need to set your host target triplet for 32 bit:</para> 
     
    2828echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ~/.bash_profile</userinput></screen> 
    2929 
     30   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     31   href="../../cross-tools/sparc64/flags.xml" 
     32   xpointer="xpointer(//*[@os='f'])"/> 
     33 
    3034</sect1> 
  • branches/clfs-1.0/BOOK/cross-tools/sparc64/flags.xml

    r1920 r2717  
    2222   xpointer="xpointer(//*[@os='c'])"/> 
    2323 
    24 <screen os="f"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc 
     24<screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc 
    2525echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc 
    2626echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen> 
    2727 
    28   <para os="d">The following table gives the entires for different Sparc 64 capable 
     28  <para os="e">The following table gives the entires for different Sparc 64 capable 
    2929  processors. Pick the processor that matches your system.</para> 
    3030 
    31   <table os="e"> 
     31  <table os="f"> 
    3232    <title>List of architectures, target triplets, and recommended book</title> 
    3333    <tgroup cols="2" align="center"> 
     
    6262 
    6363</sect1> 
    64