Author: alexander Date: 2007-01-31 01:38:08 -0700 (Wed, 31 Jan 2007) New Revision: 6495
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/gc.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Upgraded to gc-6.8, in order to fix build failure with gcc-4.1.1 Modified: trunk/BOOK/general/prog/gc.xml =================================================================== --- trunk/BOOK/general/prog/gc.xml 2007-01-31 03:06:28 UTC (rev 6494) +++ trunk/BOOK/general/prog/gc.xml 2007-01-31 08:38:08 UTC (rev 6495) @@ -6,8 +6,8 @@ <!ENTITY gc-download-http "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc&gc-version;.tar.gz"> <!ENTITY gc-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gc&gc-version;.tar.gz"> - <!ENTITY gc-md5sum "c7c301e8fab8ce152c908b05bc8d452c"> - <!ENTITY gc-size "744 KB"> + <!ENTITY gc-md5sum "418d38bd9c66398386a372ec0435250e"> + <!ENTITY gc-size "739 KB"> <!ENTITY gc-buildsize "7.1 MB"> <!ENTITY gc-time "0.2 SBU"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-01-31 03:06:28 UTC (rev 6494) +++ trunk/BOOK/general.ent 2007-01-31 08:38:08 UTC (rev 6495) @@ -179,7 +179,7 @@ <!ENTITY dejagnu-version "1.4.4"> <!ENTITY doxygen-version "1.4.6"> <!ENTITY expect-version "5.43.0"> -<!ENTITY gc-version "6.6"> +<!ENTITY gc-version "6.8"> <!ENTITY gcc-version "4.0.3"> <!ENTITY gcc3-version "3.3.6"> <!ENTITY guile-version "1.6.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-01-31 03:06:28 UTC (rev 6494) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-01-31 08:38:08 UTC (rev 6495) @@ -42,6 +42,16 @@ --> <listitem> + <para>January 31st, 2007</para> + <itemizedlist> + <listitem> + <para>[alexander] - Upgraded GC to version 6.8 in order to fix the + build failure with GCC-4.1.1.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 30th, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
