Changeset 97c9564 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Nov 22, 2006, 10:43:18 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
0e94b26
Parents:
dc70876
Message:

Update Text with Bootloaders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc.xml

    rdc70876 r97c9564  
    7171  xpointer="xpointer(//*[@os='k'])"/>
    7272
     73    <para os="m1">If your MIPS system is Big Endian, you will
     74    need at add the following lines to your configuration:</para>
     75
     76<screen os="m2"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
     77echo "ARCH_BIG_ENDIAN=y" >> .config
     78echo "ARCH_WANTS_BIG_ENDIAN=y" >> .config</userinput></screen>
     79
     80    <para os="m3">If your MIPS system is Little Endian, you will
     81    need at add the following lines to your configuration:</para>
     82
     83<screen os="m4"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
     84echo "ARCH_LITTLE_ENDIAN=y" >> .config
     85echo "ARCH_WANTS_LITTLE_ENDIAN=y" >> .config</userinput></screen>
     86
    7387  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7488  href="../x86/uclibc.xml"
Note: See TracChangeset for help on using the changeset viewer.