Changeset 0078c4c


Ignore:
Timestamp:
06/02/2004 07:00:30 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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, 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:
c99db3b
Parents:
f904a87
Message:

Upgraded to GCC 3.4.1-20040601 and Glibc 2.3.4-20040529

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf904a87 r0078c4c  
    2929<listitem><para>file-4.09</para></listitem>
    3030<listitem><para>flex-2.5.31</para></listitem>
    31 <listitem><para>gcc-3.4.1-20040517</para></listitem>
     31<listitem><para>gcc-3.4.1-20040601</para></listitem>
    3232<listitem><para>gettext-0.14.1</para></listitem>
    33 <listitem><para>glibc-2.3.4-20040510</para></listitem>
     33<listitem><para>glibc-2.3.4-20040529</para></listitem>
    3434<listitem><para>groff-1.19.1</para></listitem>
    3535<listitem><para>grub-0.94</para></listitem>
     
    103103</listitem>
    104104
     105<listitem><para>June 2nd, 2004 [winkie]: Upgraded to GCC 3.4.1-20040601. This
     106release fixes bugs with reference to both GCC 3.4.0 and GCC 3.4.1-20040517. Also
     107upgraded to Glibc 2.3.4-20040529 which includes lots of fixes for non-x86
     108architectures.</para></listitem>
     109
    105110<listitem><para>June 1st, 2004 [winkie]: Upgraded to Binutils 2.15.91.0.1. This
    106111release provides the <quote>-z relro</quote> option.</para></listitem>
  • chapter03/packages.xml

    rf904a87 r0078c4c  
    120120<term>GCC (&gcc-version;) - ~27,000KB:</term>
    121121<listitem>
    122 <para><ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/gcc-3.4.1-20040517.tar.bz2"/></para>
     122<para><ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/gcc-3.4.1-20040601.tar.bz2"/></para>
    123123</listitem>
    124124</varlistentry>
     
    411411
    412412<screen><userinput>cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
    413     export -d glibc-2.3.4-20040510 -D "14:45:00 2004-05-10 UTC" libc
    414 sed -i -e "s/stable/2004-05-10/" -e "s/2\.3\.3/2.3.4/" \
    415     glibc-2.3.4-20040510/version.h
    416 tar jcvf glibc-2.3.4-20040510.tar.bz2 glibc-2.3.4-20040510</userinput></screen>
     413    export -d glibc-2.3.4-20040529 -D "2004-05-29 22:30 UTC" libc
     414sed -i -e "s/stable/2004-05-29/" -e "s/2\.3\.3/2.3.4/" \
     415    glibc-2.3.4-20040529/version.h
     416tar jcvf glibc-2.3.4-20040529.tar.bz2 glibc-2.3.4-20040529</userinput></screen>
    417417
    418418<para>Alternatively, we've made our own tarball available which you can download
    419419from the following location:
    420 <ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/glibc-2.3.4-20040510.tar.bz2"/>
     420<ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/glibc-2.3.4-20040529.tar.bz2"/>
    421421</para>
    422422</note>
  • general.ent

    rf904a87 r0078c4c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CVS-20040601">
    3 <!ENTITY releasedate "June, 2004">
     2<!ENTITY version "CVS-20040602">
     3<!ENTITY releasedate "June 2nd, 2004">
    44<!ENTITY milestone "6.0">
    55
     
    3333<!ENTITY gawk-version "3.1.3">
    3434<!ENTITY gcc-short-version "3.4.1">
    35 <!ENTITY gcc-version "3.4.1-20040517">
     35<!ENTITY gcc-version "3.4.1-20040601">
    3636<!ENTITY gettext-version "0.14.1">
    37 <!ENTITY glibc-version "2.3.4-20040510">
     37<!ENTITY glibc-version "2.3.4-20040529">
    3838<!ENTITY grep-version "2.5.1">
    3939<!ENTITY groff-version "1.19.1">
Note: See TracChangeset for help on using the changeset viewer.