Changeset 7fc909b


Ignore:
Timestamp:
Sep 24, 2006, 9:57:03 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fbf24b4
Parents:
576135a
Message:

Fixed FLAGS table in chroot of Sparc

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/sparc64-64/flags.xml

    r576135a r7fc909b  
    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>
  • BOOK/chroot/sparc64/flags.xml

    r576135a r7fc909b  
    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>
  • BOOK/cross-tools/sparc64/flags.xml

    r576135a r7fc909b  
    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 
Note: See TracChangeset for help on using the changeset viewer.