Changeset be76242 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Feb 4, 2007, 10:46:05 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1603a9d
Parents:
961b7c5
Message:

Updated to Linux 2.6.19.2
Fixes for uClibc
Changed > to &gt;
Updated all Linux Patches
Updated Linux Headers
Updated to Busybox 1.4.1
Added E2FSProgs since it was removed from Busybox
Fixed Typos

File:
1 edited

Legend:

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

    r961b7c5 rbe76242  
    7474    need at add the following lines to your configuration:</para>
    7575
    76 <screen os="m2"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
    77 echo "ARCH_BIG_ENDIAN=y" >> .config
    78 echo "ARCH_WANTS_BIG_ENDIAN=y" >> .config</userinput></screen>
     76<screen os="m2"><userinput>echo "ARCH_ANY_ENDIAN=y" &gt;&gt; .config
     77echo "ARCH_BIG_ENDIAN=y" &gt;&gt; .config
     78echo "ARCH_WANTS_BIG_ENDIAN=y" &gt;&gt; .config</userinput></screen>
    7979
    8080    <para os="m3">If your MIPS system is Little Endian, you will
    8181    need at add the following lines to your configuration:</para>
    8282
    83 <screen os="m4"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
    84 echo "ARCH_LITTLE_ENDIAN=y" >> .config
    85 echo "ARCH_WANTS_LITTLE_ENDIAN=y" >> .config</userinput></screen>
     83<screen os="m4"><userinput>echo "ARCH_ANY_ENDIAN=y" &gt;&gt; .config
     84echo "ARCH_LITTLE_ENDIAN=y" &gt;&gt; .config
     85echo "ARCH_WANTS_LITTLE_ENDIAN=y" &gt;&gt; .config</userinput></screen>
    8686
    8787  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.