Changeset b19d5f96


Ignore:
Timestamp:
08/30/2003 04:55:25 PM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
73eac28
Parents:
cfa1ae5
Message:

New patch for GCC's fixincludes.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcfa1ae5 rb19d5f96  
    66
    77<itemizedlist>
    8 
    9 <listitem><para>August 29, 2003 [jeremy] - Glibc - updated
    10 instructions with the sscanf patch from patches.</para></listitem>
    11 
    12 <listitem><para>August 29, 2003 [jeremy] - Updated GCC
    13 to version 3.3.1, including fixes based on Zack's mini-hint
    14 for GCC 3.3, and patches from his docs.</para></listitem>
    15 
    16 <listitem><para>August 28, 2003 [matt] - Updated packages
    17 to linux-2.4.22, man-pages-1.60, expect-5.39.0,
    18 findutils-4.1.20 and tcl-8.4.4</para></listitem>
    19 
    20 <listitem><para>August 28, 2003 [jeremy] - New
    21 bash-2.05b-2.patch file to include the 7 patches
    22 from ftp.gnu.org</para></listitem>
    23 
    24 <listitem><para>August 27, 2003 [jeremy] - Chapter 06 -
    25 Inetutils: Added --sysconfdir=/etc --localstatedir=/var
    26 and moved the ping binary from /usr/bin to /bin</para>
    27 </listitem>
    28 
    29 <listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
    30 Creating /etc/hosts: Changed www.mydomain.org to
    31 &lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
    32                                                                                
    33 <listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
    34 Mounting the LFS partition: Added text regarding mounting
    35 with too restrictive permissions.</para></listitem>
    36                                                                                
    37 <listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
    38 Creating Directories: Added the creation of the /dev/shm
    39 directory.</para></listitem>
    40                                                                                
    41 <listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
    42 Creating fstab: Added the mount of tmpfs filesystem to
    43 /dev/shm.</para></listitem>
    44                                                                                
    45 <listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
    46 Kernel Installation: Added a reminder to compile tmpfs
    47 support into the kernel.</para></listitem>
    48 
    498
    509<listitem><para>Upgraded to:
     
    5716<listitem><para>findutils-4.1.7</para></listitem>
    5817<listitem><para>gawk-3.1.3</para></listitem>
    59 <listitem><para>gcc-3.2.3</para></listitem>
     18<listitem><para>gcc-3.3.1</para></listitem>
    6019<listitem><para>gettext-0.12.1</para></listitem>
    6120<listitem><para>glibc-2.3.2</para></listitem>
     
    9554<listitem><para>gcc-2.95.3</para></listitem>
    9655<listitem><para>gcc-2.95.3-2.patch</para></listitem>
    97 <listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
    98 <listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem>
    99 <listitem><para>gcc-3.2.3-specs-4.patch</para></listitem>
     56<listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
     57<listitem><para>gcc-3.3.1-specs.patch</para></listitem>
    10058<listitem><para>inetutils-1.4.2</para></listitem>
    10159<listitem><para>lfs-utils-0.3</para></listitem>
     
    11371<listitem><para>findutils-4.1-segfault.patch</para></listitem>
    11472<listitem><para>findutils-4.1.patch</para></listitem>
     73<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
    11574<listitem><para>gzip-1.2.4b.patch</para></listitem>
    11675<listitem><para>netkit-base-0.17</para></listitem>
     
    12382</itemizedlist>
    12483</para></listitem>
     84
     85<listitem><para>August 30, 2003 [jeremy] - Updated fix-includes
     86patch to GCC 3.3.1</para></listitem>
     87
     88<listitem><para>August 29, 2003 [jeremy] - Glibc - updated
     89instructions with the sscanf patch from patches.</para></listitem>
     90                                                                               
     91<listitem><para>August 29, 2003 [jeremy] - Updated GCC
     92to version 3.3.1, including fixes based on Zack's mini-hint
     93for GCC 3.3, and patches from his docs.</para></listitem>
     94                                                                               
     95<listitem><para>August 28, 2003 [matt] - Updated packages
     96to linux-2.4.22, man-pages-1.60, expect-5.39.0,
     97findutils-4.1.20 and tcl-8.4.4</para></listitem>
     98                                                                               
     99<listitem><para>August 28, 2003 [jeremy] - New
     100bash-2.05b-2.patch file to include the 7 patches
     101from ftp.gnu.org</para></listitem>
     102
     103<listitem><para>August 27, 2003 [jeremy] - Chapter 06 -
     104Inetutils: Added --sysconfdir=/etc --localstatedir=/var
     105and moved the ping binary from /usr/bin to /bin</para>
     106</listitem>
     107                                                                               
     108<listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
     109Creating /etc/hosts: Changed www.mydomain.org to
     110&lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
     111                                                                               
     112<listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
     113Mounting the LFS partition: Added text regarding mounting
     114with too restrictive permissions.</para></listitem>
     115                                                                               
     116<listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
     117Creating Directories: Added the creation of the /dev/shm
     118directory.</para></listitem>
     119                                                                               
     120<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
     121Creating fstab: Added the mount of tmpfs filesystem to
     122/dev/shm.</para></listitem>
     123
     124<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
     125Kernel Installation: Added a reminder to compile tmpfs
     126support into the kernel.</para></listitem>
    125127
    126128<listitem><para>August 30th, 2003 [alex]: Added some missing markup, changed
  • chapter04/chapter04.xml

    rcfa1ae5 rb19d5f96  
    248248<ulink url="&http;/gcc-3.3.1-specs.patch"/>
    249249GCC No Fixincludes Patch:
    250 <ulink url="&http;/gcc-3.3.1-no_fixincludes.patch"/>
     250<ulink url="&http;/gcc-3.3.1-no_fixincludes-2.patch"/>
    251251
    252252Glibc Sscanf Patch:
  • chapter05/gcc-pass2-inst.xml

    rcfa1ae5 rb19d5f96  
    1010<para>First correct one problem and make an essential adjustment:</para>
    1111
    12 <para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
     12<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch
    1313patch -Np1 -i ../gcc-&gcc-specs-version;.patch</userinput></screen></para>
    1414
  • chapter06/gcc-inst.xml

    rcfa1ae5 rb19d5f96  
    1717<ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para>
    1818
    19 <para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
     19<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch
    2020</userinput></screen></para>
    2121
  • index.xml

    rcfa1ae5 rb19d5f96  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20030829">
    8 <!ENTITY releasedate "August 29th, 2003">
     7<!ENTITY version "20030830">
     8<!ENTITY releasedate "August 30th, 2003">
    99<!ENTITY nbsp " ">
    1010
Note: See TracChangeset for help on using the changeset viewer.