- Timestamp:
- Nov 22, 2006, 6:43:18 PM (18 years ago)
- Branches:
- master
- Children:
- 0e94b26
- Parents:
- dc70876
- Location:
- BOOK
- Files:
-
- 6 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/uclibc.xml
rdc70876 r97c9564 71 71 xpointer="xpointer(//*[@os='k'])"/> 72 72 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 77 echo "ARCH_BIG_ENDIAN=y" >> .config 78 echo "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 84 echo "ARCH_LITTLE_ENDIAN=y" >> .config 85 echo "ARCH_WANTS_LITTLE_ENDIAN=y" >> .config</userinput></screen> 86 73 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 88 href="../x86/uclibc.xml" -
BOOK/general.ent
rdc70876 r97c9564 3 3 <!ENTITY month "11"> <!-- Use two digits --> 4 4 <!ENTITY month_name "November"> 5 <!ENTITY day "2 1"> <!-- Use two digits -->5 <!ENTITY day "22"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 -
BOOK/materials/common/patches.xml
rdc70876 r97c9564 86 86 <para os="a">Total size of these patches: about <returnvalue/></para> 87 87 88 <para>In addition to the above required patches, there exist a number of89 optional patches created by the CLFS community. These optional patches90 solve minor problems or enable functionality that is not enabled by91 default. Feel free to peruse the patches database located at92 <ulink url="&lfs-root;patches/"/> and acquire any additional93 patches to suit the system needs.</para>94 95 88 </sect1> -
BOOK/mips-index.xml
rdc70876 r97c9564 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips-chapter.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/mips-chapter.xml"/> 50 51 51 52 </part> -
BOOK/packages.ent
rdc70876 r97c9564 70 70 71 71 72 <!-- MIPS Bootloaders --> 73 74 <!ENTITY colo-version "1.22"> 75 <!ENTITY colo-size "253 KB"> 76 <!ENTITY colo-url "http://www.colonel-panic.org/cobalt-mips/colo/colo-&colo-version;.tar.gz"> 77 <!ENTITY colo-md5 "52c16ad31f3b88f710f0fdb5abed0457"> 78 <!ENTITY colo-home "http://www.linux-mips.org/wiki/CoLo"> 79 -
BOOK/patches.ent
rdc70876 r97c9564 33 33 <!ENTITY gcc-uclibc-patch-size "144 KB"> 34 34 35 <!-- MIPS Bootloader Patches --> 36 37 <!ENTITY colo-make-patch "colo-&colo-version;-make_fix-1.patch"> 38 <!ENTITY colo-make-patch-md5 "b89575a0e385b5366b19a6b5f176d49b"> 39 <!ENTITY colo-make-patch-size "2.7 KB"> 40 41 <!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch"> 42 <!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766"> 43 <!ENTITY colo-relocation-patch-size "4 KB"> 44 -
BOOK/x86-index.xml
rdc70876 r97c9564 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86-chapter.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/x86-chapter.xml"/> 50 51 51 52 </part>
Note:
See TracChangeset
for help on using the changeset viewer.