Changeset 12e7efe2 in clfs-sysroot
- Timestamp:
- Nov 29, 2006, 12:23:09 PM (18 years ago)
- Branches:
- master
- Children:
- e821ed9
- Parents:
- b47f947
- Location:
- BOOK
- Files:
-
- 24 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
rb47f947 r12e7efe2 7 7 S := - 8 8 9 ARCHS := arm x86 9 ARCHS := arm x86 hppa 10 10 11 11 ARCHS_HTML := $(ARCHS:%=%$(S)html) -
BOOK/cross-tools/arm/glibc-headers.xml
rb47f947 r12e7efe2 68 68 69 69 <screen os="i"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/usr \ 70 --host=${CLFS_TARGET} --build=${CLFS_HOST} \71 --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>70 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 71 --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen> 72 72 73 73 <variablelist os="dj"> -
BOOK/cross-tools/arm/glibc.xml
rb47f947 r12e7efe2 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <para os="u1"> ARM is no longer supported in the main glibc tree, so we have to29 extract the glibc-ports-&glibc-version; package into our30 glibc-&glibc-version; directory. Then we move31 ports to the locationexpected by our build and patches:</para>28 <para os="u1">This architecture is no longer supported in the main glibc 29 tree, so we have to extract the glibc-ports-&glibc-version; package into 30 our glibc-&glibc-version; directory. Then we move ports to the location 31 expected by our build and patches:</para> 32 32 33 33 <screen os="u2"><userinput>tar -jxvf ../glibc-ports-&glibc-ports-version;.tar.bz2 -
BOOK/general.ent
rb47f947 r12e7efe2 17 17 <!ENTITY version-arm "&version;-ARM"> 18 18 <!ENTITY version-x86 "&version;-x86"> 19 <!ENTITY version-hppa "&version;-PA-RISC"> 19 20 20 21 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -
BOOK/materials/x86/patches.xml
rb47f947 r12e7efe2 12 12 13 13 <!-- 14 15 14 <variablelist role="materials"> 16 15 17 <varlistentry os="coreutils-x86_uname-patch">18 <term>Coreutils Uname Patch - <token>&coreutils-x86_uname-patch-size;</token>:</term>19 <listitem>20 <para>Download: <ulink21 url="&patches-root;coreutils/&coreutils-x86_uname-patch;"/></para>22 <para>MD5 sum: <literal>&coreutils-x86_uname-patch-md5;</literal></para>23 </listitem>24 </varlistentry>25 26 16 </variablelist> 27 28 17 --> 29 18 -
BOOK/patches.ent
rb47f947 r12e7efe2 124 124 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59"> 125 125 <!ENTITY zlib-fpic-patch-size "3.2 KB"> 126 127 <!-- PA-RISC Specific Patches --> 128 129 <!ENTITY binutils-hppa_tls-patch "binutils-&binutils-version;-hppa_tls-1.patch"> 130 <!ENTITY binutils-hppa_tls-patch-md5 "969f4d2bcd67d8d258538fbedac58c2b"> 131 <!ENTITY binutils-hppa_tls-patch-size "268 KB"> -
BOOK/stylesheets/top-index.xsl
rb47f947 r12e7efe2 120 120 </h4> 121 121 </li> 122 <li> 123 <h4> 124 <a href="hppa"> 125 <xsl:text>PA-RISC</xsl:text> 126 </a> 127 <xsl:text> (Currently Broken)</xsl:text> 128 </h4> 129 </li> 122 130 </ul> 123 <h3>124 <xsl:text>64 Bit Builds</xsl:text>125 </h3>126 <h3>127 <xsl:text>Multilib Builds</xsl:text>128 </h3>129 131 </div> 130 132 </div> … … 155 157 <xsl:text> </xsl:text> 156 158 <xsl:value-of select="author[2]/surname"/> 159 </h3> 160 <h3 class="author"> 161 <xsl:value-of select="author[3]/firstname"/> 162 <xsl:text> </xsl:text> 163 <xsl:value-of select="author[3]/surname"/> 157 164 </h3> 158 165 </div>
Note:
See TracChangeset
for help on using the changeset viewer.