Ignore:
Timestamp:
Feb 21, 2006, 1:43:21 AM (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:
4c23a32
Parents:
4eb9629
Message:

r899@server (orig r897): jim | 2005-12-14 21:23:24 -0800

r1069@server: jim | 2005-12-14 21:21:50 -0800
Changing how we set LFS_HOST, LFS_TARGET, and LFS_TARGET32


Location:
BOOK/cross-tools/sparc64
Files:
1 added
1 edited

Legend:

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

    r4eb9629 r8672967  
    2222   xpointer="xpointer(//*[@os='c'])"/>
    2323
    24 <screen os="d"><userinput>export LFS_TARGET32="sparcv9-unknown-linux-gnu"</userinput></screen>
     24<screen os="f"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
     25echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
     26echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2527
    26    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    27    href="../x86_64/flags.xml"
    28    xpointer="xpointer(//*[@os='e'])"/>
    29 
    30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31    href="../x86_64/flags.xml"
    32    xpointer="xpointer(//*[@os='f'])"/>
    33 
    34    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35    href="../x86_64/flags.xml"
    36    xpointer="xpointer(//*[@os='g'])"/>
    37 
    38    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    39    href="../x86_64/flags.xml"
    40    xpointer="xpointer(//*[@os='h'])"/>
    41 
    42    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    43    href="../x86_64/flags.xml"
    44    xpointer="xpointer(//*[@os='i'])"/>
    45 
    46 <screen os="j"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
    47 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
    48 echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc
    49 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ~/.bashrc
    50 echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    51 
    52   <para os="k">The following table gives the entires for different Sparc 64 capable
     28  <para os="d">The following table gives the entires for different Sparc 64 capable
    5329  processors. Pick the processor that matches your system.</para>
    5430
    55   <table os="l">
     31  <table os="e">
    5632    <title>List of architectures, target triplets, and recommended book</title>
    5733    <tgroup cols="2" align="center">
Note: See TracChangeset for help on using the changeset viewer.