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/mips64
Files:
1 added
1 edited

Legend:

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

    r4eb9629 r8672967  
    2323     xpointer="xpointer(//*[@os='c'])"/>
    2424
    25 <screen os="d"><userinput>export LFS_TARGET32="`echo ${LFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
    26 
    27      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    28      href="../x86_64/flags.xml"
    29      xpointer="xpointer(//*[@os='e'])"/>
    30 
    31      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    32      href="../x86_64/flags.xml"
    33      xpointer="xpointer(//*[@os='f'])"/>
    34 
    35      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36      href="../x86_64/flags.xml"
    37      xpointer="xpointer(//*[@os='g'])"/>
    38 
    39      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    40      href="../x86_64/flags.xml"
    41      xpointer="xpointer(//*[@os='h'])"/>
    42 
    43      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    44      href="../x86_64/flags.xml"
    45      xpointer="xpointer(//*[@os='i'])"/>
    46 
    47 <screen os="j"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
     25<screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
    4826echo export BUILDN32=\""${BUILDN32}\"" &gt;&gt; ~/.bashrc
    49 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
    50 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ~/.bashrc
    51 echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     27echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    5228
    5329</sect1>
Note: See TracChangeset for help on using the changeset viewer.