Changeset 651b1ea


Ignore:
Timestamp:
07/30/2005 01:23:10 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
7ad874de
Parents:
278cd4b8
Message:

Remove remaining references to GCC linkonce patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r278cd4b8 r651b1ea  
    8888<listitem><para>Added:</para>
    8989<itemizedlist>
    90 <listitem><para>&gcc-linkonce-patch;</para></listitem>
    9190<listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
    9291<listitem><para>&gcc-specs-patch;</para></listitem>
     
    115114</listitem>
    116115
     116<listitem><para>July 30th, 2005 [matt]: Remove GCC linkonce patch from chapter03/patches.xml as it's no longer used in the book</para></listitem>
     117
    117118<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch for kbd</para></listitem>
    118119
  • chapter03/patches.xml

    r278cd4b8 r651b1ea  
    6161
    6262<varlistentry>
    63 <term> GCC Linkonce Patch - 12 KB:</term>
    64 <listitem>
    65 <para><ulink url="&patches-root;&gcc-linkonce-patch;"/></para>
    66 </listitem>
    67 </varlistentry>
    68 
    69 <varlistentry>
    7063<term>GCC No-Fixincludes Patch - 1 KB:</term>
    7164<listitem>
  • general.ent

    r278cd4b8 r651b1ea  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "GCC4-20050728">
    3 <!ENTITY releasedate "July 28, 2005">
     2<!ENTITY version "GCC4-20050730">
     3<!ENTITY releasedate "July 30, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "gcc4"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r278cd4b8 r651b1ea  
    1313
    1414<!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch">
    15 <!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch">
    1615<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
    1716
Note: See TracChangeset for help on using the changeset viewer.