- Timestamp:
- Nov 11, 2006, 11:32:51 PM (18 years ago)
- Branches:
- master
- Children:
- 33bc2cb
- Parents:
- faa6467
- Location:
- BOOK
- Files:
-
- 19 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
rfaa6467 r99fc891 7 7 S := - 8 8 9 ARCHS := x86 9 ARCHS := x86 mips 10 10 11 11 ARCHS_HTML := $(ARCHS:%=%$(S)html) -
BOOK/cross-tools/common/gcc-final.xml
rfaa6467 r99fc891 71 71 <term><parameter>--enable-languages=c,c++</parameter></term> 72 72 <listitem> 73 <para>This option ensures that only the C compiler is built. </para>73 <para>This option ensures that only the C compiler is built. If the C++ compiler is not needed, use --enable-languages=c</para> 74 74 </listitem> 75 75 </varlistentry> -
BOOK/general.ent
rfaa6467 r99fc891 17 17 18 18 <!ENTITY version-x86 "&version;-x86"> 19 <!ENTITY version-mips "&version;-mips"> 19 20 20 21 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -
BOOK/index.xml
rfaa6467 r99fc891 19 19 <surname>Oliver</surname> 20 20 </author> 21 <author> 22 <firstname>Maarten</firstname> 23 <surname>Lankhorst</surname> 24 </author> 21 25 </authorgroup> 22 26 23 27 <copyright id="copyright"> 24 28 <year>2005–2006</year> 25 <holder>Jim Gifford & Ryan Oliver </holder>29 <holder>Jim Gifford & Ryan Oliver & Maarten Lankhorst</holder> 26 30 </copyright> 27 31 -
BOOK/stylesheets/top-index.xsl
rfaa6467 r99fc891 113 113 </h4> 114 114 </li> 115 <li> 116 <h4> 117 <a href="mips"> 118 <xsl:text>mips</xsl:text> 119 </a> 120 </h4> 121 </li> 115 122 </ul> 116 123 </div> … … 142 149 <xsl:text> </xsl:text> 143 150 <xsl:value-of select="author[2]/surname"/> 151 </h3> 152 <h3 class="author"> 153 <xsl:value-of select="author[3]/firstname"/> 154 <xsl:text> </xsl:text> 155 <xsl:value-of select="author[3]/surname"/> 144 156 </h3> 145 157 </div>
Note:
See TracChangeset
for help on using the changeset viewer.