Changeset 9c85f93


Ignore:
Timestamp:
May 16, 2006, 10:11:12 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
622d617e
Parents:
c8cb929
Message:

r3540@server (orig r1615): ken | 2006-05-16 09:34:07 -0700
Add gcc ppc64 patch which I forgot to add to the book when I was doing the final-system chapter.

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • final-system/ppc64-chapter.xml

    rc8cb929 r9c85f93  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/adjusting.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/coreutils.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • general.ent

    rc8cb929 r9c85f93  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060515">
     3<!ENTITY version "CLFS-SVN-20060516">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "May 15, 2006">
     18<!ENTITY releasedate "May 16, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/ppc64/changelog.xml

    rc8cb929 r9c85f93  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>May 16, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Add gcc nof patch I had forgotten was not in the book.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
    3544
    3645    <listitem>
  • materials/ppc64/patches.xml

    rc8cb929 r9c85f93  
    1616    href="../x86_64/patches.xml"
    1717    xpointer="xpointer(//*[@os='binutils-multilib-patch'])"/>
     18
     19    <varlistentry>
     20      <term>GCC PPC64 Multilib Patch - <token>&gcc-nof-patch-size;</token>:</term>
     21      <listitem>
     22        <para>Download: <ulink
     23        url="&patches-root;gcc/&gcc-nof-patch;"/></para>
     24        <para>MD5 sum: <literal>&gcc-nof-patch-md5;</literal></para>
     25      </listitem>
     26    </varlistentry>
    1827
    1928    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • patches.ent

    rc8cb929 r9c85f93  
    203203<!-- Start of ppc/ppc64 patches -->
    204204
     205<!ENTITY gcc-nof-patch "gcc-&gcc-version;-powerpc64_multilib-1.patch">
     206<!ENTITY gcc-nof-patch-md5 "4ab7c7067764737c465201c992aeb339">
     207<!ENTITY gcc-nof-patch-size "1.4 KB">
     208
    205209<!ENTITY powerpcutils-patch "powerpc-utils_&powerpcutils-version;-fixes-1.patch">
    206210<!ENTITY powerpcutils-patch-md5 "0cf00038191e3bb1968457e4d273e480">
     
    209213<!ENTITY powerpcutils64-patch "powerpc-utils_&powerpcutils-version;-fixes-2.patch">
    210214<!ENTITY powerpcutils64-patch-md5 "d2776b1a4977c5711037b8f1402f792a">
    211 <!ENTITY powerpcutils64-patch-size "24 KB">
     215<!ENTITY powerpcutils64-patch-size "22 KB">
    212216
    213217<!ENTITY yaboot-fix-patch "yaboot-&yaboot-version;-fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.