Changeset 8672967 for BOOK/cross-tools/mips64
- Timestamp:
- Feb 21, 2006, 1:43:21 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4c23a32
- Parents:
- 4eb9629
- Location:
- BOOK/cross-tools/mips64
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64/flags.xml
r4eb9629 r8672967 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 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}\"" >> ~/.bashrc 25 <screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bashrc 48 26 echo export BUILDN32=\""${BUILDN32}\"" >> ~/.bashrc 49 echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc 50 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ~/.bashrc 51 echo export LFS_HOST=\""${LFS_HOST}\"" >> ~/.bashrc</userinput></screen> 27 echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc</userinput></screen> 52 28 53 29 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.