Changeset da9613e in clfs-sysroot
- Timestamp:
- Jul 22, 2006, 10:12:30 PM (18 years ago)
- Branches:
- master
- Children:
- 18a01d6
- Parents:
- 30531b9
- Location:
- BOOK
- Files:
-
- 21 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r30531b9 rda9613e 7 7 S := - 8 8 9 ARCHS := arm 9 ARCHS := arm x86 10 10 11 11 ARCHS_HTML := $(ARCHS:%=%$(S)html) -
BOOK/bootable/arm/kernel.xml
r30531b9 rda9613e 106 106 <para os="v">Issue the following command to install the kernel:</para> 107 107 108 <screen><userinput>cp arch/i386/boot/bzImage${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>108 <screen><userinput>cp vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 109 109 110 110 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 120 120 It is a good idea to keep this file for future reference:</para> 121 121 122 <screen os=" x1"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen>122 <screen os="y"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen> 123 123 124 124 <warning os="z"> -
BOOK/cross-tools/arm-chapter.xml
r30531b9 rda9613e 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> 25 25 26 26 </chapter> -
BOOK/cross-tools/arm/glibc-headers.xml
r30531b9 rda9613e 117 117 </sect2> 118 118 119 <sect2 role="content" >119 <sect2 role="content" id="contents-glibc-headers"> 120 120 <title/> 121 121 -
BOOK/general.ent
r30531b9 rda9613e 16 16 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;"> 17 17 18 <!ENTITY version-ARM "&version;-ARM"> 18 <!ENTITY version-arm "&version;-ARM"> 19 <!ENTITY version-x86 "&version;-x86"> 19 20 20 21 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -
BOOK/materials/arm/packages.xml
r30531b9 rda9613e 7 7 8 8 <sect1 id="ch-materials-packages-arm"> 9 <?dbhtml filename="packages- ARM.html"?>9 <?dbhtml filename="packages-arm.html"?> 10 10 11 11 <title>Additional Packages for ARM</title> -
BOOK/materials/arm/patches.xml
r30531b9 rda9613e 22 22 </varlistentry> 23 23 24 <varlistentry os="gcc-specs-patch">25 <term>GCC Specs Patch - <token>&gcc-specs-patch-size;</token>:</term>26 <listitem>27 <para>Download: <ulink28 url="&patches-root;gcc/&gcc-specs-patch;"/></para>29 <para>MD5 sum: <literal>&gcc-specs-patch-md5;</literal></para>30 </listitem>31 </varlistentry>32 33 24 </variablelist> 34 25 --> -
BOOK/patches.ent
r30531b9 rda9613e 132 132 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59"> 133 133 <!ENTITY zlib-fpic-patch-size "3.2 KB"> 134 135 <!-- Start of x86/x86_64 patches --> 136 137 <!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch"> 138 <!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0"> 139 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB"> -
BOOK/prologue/arm/bookinfo.xml
r30531b9 rda9613e 12 12 xpointer="xpointer(/bookinfo/title)"/> 13 13 14 <subtitle>Version &version- ARM;</subtitle>14 <subtitle>Version &version-arm;</subtitle> 15 15 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/stylesheets/top-index.xsl
r30531b9 rda9613e 103 103 <div class="toc"> 104 104 <h3> 105 <xsl:text>32 Bit Builds </xsl:text>105 <xsl:text>32 Bit Builds (Under Development)</xsl:text> 106 106 </h3> 107 107 <ul> 108 <h3>109 <xsl:text>Under Development.</xsl:text>110 </h3>111 108 <li> 112 109 <h4> 113 110 <a href="arm"> 114 111 <xsl:text>ARM</xsl:text> 112 </a> 113 </h4> 114 </li> 115 <li> 116 <h4> 117 <a href="x86"> 118 <xsl:text>X86</xsl:text> 115 119 </a> 116 120 </h4>
Note:
See TracChangeset
for help on using the changeset viewer.