Changeset 13bc271
- Timestamp:
- Apr 28, 2014, 9:20:42 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bc61a24b
- Parents:
- 31cfd067
- Location:
- BOOK
- Files:
-
- 31 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r31cfd067 r13bc271 22 22 mips mips64 mips64-64 \ 23 23 ppc ppc64 ppc64-64 24 # alpha Not tested anymore25 24 26 25 ifdef V -
BOOK/general.ent
r31cfd067 r13bc271 29 29 <!ENTITY version-mips64 "&version;-MIPS64-Multilib"> 30 30 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64"> 31 <!-- Alpha isn't tested anymore32 <!ENTITY version-alpha "&version;-ALPHA">33 -->34 31 <!ENTITY version-native "&version;-Native"> 35 32 <!ENTITY version-native64 "&version;-Native-Multilib"> -
BOOK/introduction/common/changelog.xml
r31cfd067 r13bc271 38 38 39 39 <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> 40 50 <para>27 April 2014</para> 41 51 <itemizedlist> -
BOOK/packages.ent
r31cfd067 r13bc271 5 5 6 6 <!-- 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">13 7 14 8 <!ENTITY acl-version "2.2.52"> -
BOOK/patches.ent
r31cfd067 r13bc271 103 103 <!ENTITY gcc-specs_pure64-patch-size "23 KB"> 104 104 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 115 105 <!-- Start of mips/mips64 patches --> 116 106 -
BOOK/prologue/common/foreword.xml
r31cfd067 r13bc271 38 38 build, you will learn advanced techniques such as cross-build toolchains, 39 39 multilib support (32 & 64-bit libraries side-by-side), alternative 40 architectures such as Sparc, MIPS, and Alpha, andmuch more.</para>40 architectures such as Sparc, MIPS, and much more.</para> 41 41 42 42 <para>We hope you enjoy building your own CLFS system, and the benefits -
BOOK/stylesheets/top-index.xsl
r31cfd067 r13bc271 168 168 </h4> 169 169 </li> 170 <li>171 <h4>172 <a href="alpha">173 <xsl:text>Alpha</xsl:text>174 </a>175 </h4>176 </li>177 170 </ul> 178 171 <h3>
Note:
See TracChangeset
for help on using the changeset viewer.