Ignore:
Timestamp:
Feb 21, 2006, 1:26:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4a9cdca
Parents:
360c931
Message:

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/sparc64-64/flags.xml

    r360c931 rf32f537  
    1010  <?dbhtml filename="flags.html"?>
    1111
    12   <para>We will need to setup target specific flags for the compiler
    13   and linkers. You can choose the appropriate BUILD32 and BUILD64
    14   from the table at the bottom of the page.</para>
     12   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13   href="../x86_64-64/flags.xml"
     14   xpointer="xpointer(//*[@os='a'])"/>
    1515
    16 <screen><userinput>export BUILD64="[BUILD64 entries]"
     16<screen os="b"><userinput>export BUILD64="[BUILD64 entries]"
    1717export GCCTARGET="[GCCTARGET entries]"</userinput></screen>
    1818
    19   <para>Lets add the build flags to <filename>~/.bashrc</filename> to
    20   prevent issues if we stop and come back later.</para>
     19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     20   href="../x86_64-64/flags.xml"
     21   xpointer="xpointer(//*[@os='c'])"/>
    2122
    22 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
     23<screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
    2324echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2425
    25   <para>The following table gives the entires for different Sparc 64 capable
     26  <para os="e">The following table gives the entires for different Sparc 64 capable
    2627  processors. Pick the processor that matches your system.</para>
    2728
    28   <table>
     29  <table os="f">
    2930    <title>List of architectures, target triplets, and recommended book</title>
    3031    <tgroup cols="2" align="center">
Note: See TracChangeset for help on using the changeset viewer.