Changeset 99fc891 in clfs-embedded


Ignore:
Timestamp:
Nov 11, 2006, 3:32:51 PM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
33bc2cb
Parents:
faa6467
Message:

Committing mips tree

Location:
BOOK
Files:
19 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    rfaa6467 r99fc891  
    77S               := -
    88
    9 ARCHS           := x86
     9ARCHS           := x86 mips
    1010
    1111ARCHS_HTML      := $(ARCHS:%=%$(S)html)
  • BOOK/cross-tools/common/gcc-final.xml

    rfaa6467 r99fc891  
    7171        <term><parameter>--enable-languages=c,c++</parameter></term>
    7272        <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>
    7474        </listitem>
    7575      </varlistentry>
  • BOOK/general.ent

    rfaa6467 r99fc891  
    1717
    1818<!ENTITY version-x86 "&version;-x86">
     19<!ENTITY version-mips "&version;-mips">
    1920
    2021<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • BOOK/index.xml

    rfaa6467 r99fc891  
    1919      <surname>Oliver</surname>
    2020    </author>
     21    <author>
     22      <firstname>Maarten</firstname>
     23      <surname>Lankhorst</surname>
     24    </author>
    2125  </authorgroup>
    2226
    2327  <copyright id="copyright">
    2428    <year>2005&ndash;2006</year>
    25     <holder>Jim Gifford &amp; Ryan Oliver</holder>
     29    <holder>Jim Gifford &amp; Ryan Oliver &amp; Maarten Lankhorst</holder>
    2630  </copyright>
    2731
  • BOOK/stylesheets/top-index.xsl

    rfaa6467 r99fc891  
    113113            </h4>
    114114          </li>
     115          <li>
     116            <h4>
     117              <a href="mips">
     118                <xsl:text>mips</xsl:text>
     119              </a>
     120            </h4>
     121          </li>
    115122        </ul>
    116123      </div>
     
    142149        <xsl:text> </xsl:text>
    143150        <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"/>
    144156      </h3>
    145157    </div>
Note: See TracChangeset for help on using the changeset viewer.