Changeset 13bc271


Ignore:
Timestamp:
Apr 28, 2014, 9:20:42 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bc61a24b
Parents:
31cfd067
Message:

Remove mentions of Alpha - not used anymore

Location:
BOOK
Files:
31 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r31cfd067 r13bc271  
    2222                   mips mips64 mips64-64 \
    2323                   ppc ppc64 ppc64-64
    24 #                  alpha Not tested anymore
    2524
    2625ifdef V
  • BOOK/general.ent

    r31cfd067 r13bc271  
    2929<!ENTITY version-mips64 "&version;-MIPS64-Multilib">
    3030<!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
    31 <!-- Alpha isn't tested anymore
    32 <!ENTITY version-alpha "&version;-ALPHA">
    33 -->
    3431<!ENTITY version-native "&version;-Native">
    3532<!ENTITY version-native64 "&version;-Native-Multilib">
  • BOOK/introduction/common/changelog.xml

    r31cfd067 r13bc271  
    3838
    3939    <listitem>
     40      <para>28 April 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Remove all mentions of Alpha architecture, as it has
     44          not been tested for a long time.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>27 April 2014</para>
    4151      <itemizedlist>
  • BOOK/packages.ent

    r31cfd067 r13bc271  
    55
    66<!-- Note: For empty *-home entities use " " not "" -->
    7 
    8 <!ENTITY aboot-version "0.9b">
    9 <!ENTITY aboot-size "112 KB">
    10 <!ENTITY aboot-url "&sourceforge;aboot/aboot-&aboot-version;.tar.bz2">
    11 <!ENTITY aboot-md5 "5f16edbf4e9d52cd191adc4d4b6a5327">
    12 <!ENTITY aboot-home "http://sourceforge.net/projects/aboot">
    137
    148<!ENTITY acl-version "2.2.52">
  • BOOK/patches.ent

    r31cfd067 r13bc271  
    103103<!ENTITY gcc-specs_pure64-patch-size "23 KB">
    104104
    105 <!-- Start of Alpha patches -->
    106 
    107 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;-fixes-5.patch">
    108 <!ENTITY aboot-alpha-patch-md5 "33577862f8829e0149655397f95b5140">
    109 <!ENTITY aboot-alpha-patch-size "175 KB">
    110 
    111 <!ENTITY glibc-alpha_fixes-patch "glibc-&glibc-version;-alpha_fixes-1.patch">
    112 <!ENTITY glibc-alpha_fixes-patch-md5 "5d279206a752199e39a4e99c4950271d">
    113 <!ENTITY glibc-alpha_fixes-patch-size "7 KB">
    114 
    115105<!-- Start of mips/mips64 patches -->
    116106
  • BOOK/prologue/common/foreword.xml

    r31cfd067 r13bc271  
    3838  build, you will learn advanced techniques such as cross-build toolchains,
    3939  multilib support (32 &amp; 64-bit libraries side-by-side), alternative
    40   architectures such as Sparc, MIPS, and Alpha, and much more.</para>
     40  architectures such as Sparc, MIPS, and much more.</para>
    4141
    4242  <para>We hope you enjoy building your own CLFS system, and the benefits
  • BOOK/stylesheets/top-index.xsl

    r31cfd067 r13bc271  
    168168            </h4>
    169169          </li>
    170           <li>
    171             <h4>
    172              <a href="alpha">
    173                 <xsl:text>Alpha</xsl:text>
    174              </a>
    175             </h4>
    176           </li>
    177170        </ul>
    178171        <h3>
Note: See TracChangeset for help on using the changeset viewer.