Changeset c78de1a in clfs-sysroot


Ignore:
Timestamp:
Feb 19, 2007, 2:13:18 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
9401f22
Parents:
9f64df1
Message:

Added Alpha to the book.

Location:
BOOK
Files:
22 added
11 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r9f64df1 rc78de1a  
    77S               := -
    88
    9 ARCHS           := arm x86 hppa
     9ARCHS           := alpha arm hppa x86
    1010
    1111ARCHS_HTML      := $(ARCHS:%=%$(S)html)
     
    3939
    4040titlepage:
     41        @echo "Rendering Top Index"
    4142        @xsltproc --nonet --output $(BASEDIR)/index.html $(PWD)/stylesheets/top-index.xsl $(PWD)/index.xml
    4243
  • BOOK/general.ent

    r9f64df1 rc78de1a  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "February">
    5 <!ENTITY day "15"> <!-- Use two digits -->
     5<!ENTITY day "19"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
     
    1515<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
    1616
     17<!ENTITY version-alpha "&version;-Alpha">
    1718<!ENTITY version-arm "&version;-ARM">
     19<!ENTITY version-hppa "&version;-PA-RISC">
    1820<!ENTITY version-x86 "&version;-x86">
    19 <!ENTITY version-hppa "&version;-PA-RISC">
    2021
    2122<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • BOOK/introduction/common/changelog.xml

    r9f64df1 rc78de1a  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>February 19, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated the Perl Cross-compile patch to
     44          support Alpha.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/introduction/hppa/changelog.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-changelog-arm">
     8<sect1 id="ch-intro-changelog-hppa">
    99  <title>Changelog for PA-RISC</title>
    1010  <?dbhtml filename="changelog-hppa.html"?>
  • BOOK/introduction/hppa/livecd.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-bootcd" arch="arm">
     8<sect1 id="ch-intro-bootcd" arch="hppa">
    99  <?dbhtml filename="bootcd.html"?>
    1010
  • BOOK/introduction/hppa/whatsnew.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-whatsnew-arm">
     8<sect1 id="ch-intro-whatsnew-hppa">
    99  <title>What's New for PA-RISC</title>
    10   <?dbhtml filename="whatsnew-arm.html"?>
     10  <?dbhtml filename="whatsnew-hppa.html"?>
    1111
    1212  <para>Below is a list of changes specifics for this architecture made
  • BOOK/introduction/x86/changelog.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-changelog-arm">
     8<sect1 id="ch-intro-changelog-x86">
    99  <title>Changelog for x86</title>
    10   <?dbhtml filename="changelog-arm.html"?>
     10  <?dbhtml filename="changelog-x86.html"?>
    1111
    1212  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/x86/livecd.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-bootcd" arch="arm">
     8<sect1 id="ch-intro-bootcd" arch="x86">
    99  <?dbhtml filename="bootcd.html"?>
    1010
  • BOOK/introduction/x86/whatsnew.xml

    r9f64df1 rc78de1a  
    66]>
    77
    8 <sect1 id="ch-intro-whatsnew-arm">
    9   <title>What's New for ARM</title>
    10   <?dbhtml filename="whatsnew-arm.html"?>
     8<sect1 id="ch-intro-whatsnew-x86">
     9  <title>What's New for x86</title>
     10  <?dbhtml filename="whatsnew-x86.html"?>
    1111
    1212  <para>Below is a list of changes specifics for this architecture made
  • BOOK/patches.ent

    r9f64df1 rc78de1a  
    6565<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    6666
    67 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-3.patch">
    68 <!ENTITY perl-cross_compile-patch-md5 "24ca80509982786534450313228efe7c">
    69 <!ENTITY perl-cross_compile-patch-size "112 KB">
     67<!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-4.patch">
     68<!ENTITY perl-cross_compile-patch-md5 "fbcae6d579057d28c6da155e40a2e448">
     69<!ENTITY perl-cross_compile-patch-size "136 KB">
    7070
    7171<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
     
    117117<!ENTITY zlib-fpic-patch-size "3.2 KB">
    118118
     119<!-- Alpha Specific Patches -->
     120
     121<!ENTITY glibc-ioperm_fix-patch "glibc-&glibc-version;-alpha_ioperm_fix-1.patch">
     122<!ENTITY glibc-ioperm_fix-patch-md5 "3a50c4055d2f72248eb656eb2d15edec">
     123<!ENTITY glibc-ioperm_fix-patch-size "4 KB">
     124
     125<!ENTITY glibc-alpha_sigsuspend-patch "glibc-&glibc-version;-alpha_sigsuspend-1.patch">
     126<!ENTITY glibc-alpha_sigsuspend-patch-md5 "e35c13eb4371388b2ffa75418649ffe2">
     127<!ENTITY glibc-alpha_sigsuspend-patch-size "4 KB">
     128
     129<!ENTITY linux-io_fix-patch "linux-&linux-version;-alpha_io_fix-1.patch">
     130<!ENTITY linux-io_fix-patch-md5 "7a680d8c9978044955e6ef4f6a7358c1">
     131<!ENTITY linux-io_fix-patch-size "4 KB">
     132
    119133<!-- PA-RISC Specific Patches -->
    120134
  • BOOK/stylesheets/top-index.xsl

    r9f64df1 rc78de1a  
    128128          </li>
    129129        </ul>
     130        <h3>
     131          <xsl:text>64 Bit Builds (Under Development)</xsl:text>
     132        </h3>
     133        <ul>
     134          <li>
     135            <h4>
     136              <a href="alpha">
     137                <xsl:text>Alpha</xsl:text>
     138              </a>
     139            </h4>
     140          </li>
     141        </ul>
    130142      </div>
    131143    </div>
Note: See TracChangeset for help on using the changeset viewer.