diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:08:12 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:08:12 +0000 |
commit | 49168420d4a3d3e6b8050db9239724c774c2058a (patch) | |
tree | 647b0c78cc7c230d60ccf410d796206f614a0570 /chapter03 | |
parent | ec52ebbe6f1d52a04dc500e17bbb66f988178751 (diff) |
Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. Fixes #2636.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/packages.xml | 9 | ||||
-rw-r--r-- | chapter03/patches.xml | 16 |
2 files changed, 25 insertions, 0 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 83328f006..331d7c42e 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -380,6 +380,15 @@ </varlistentry> <varlistentry> + <term>MPC (&mpc-version;) - <token>&mpc-size;</token>:</term> + <listitem> + <para>Home page: <ulink url="&mpc-home;"/></para> + <para>Download: <ulink url="&mpc-url;"/></para> + <para>MD5 sum: <literal>&mpc-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>MPFR (&mpfr-version;) - <token>&mpfr-size;</token>:</term> <listitem> <para>Home page: <ulink url="&mpfr-home;"/></para> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6c28a6e75..9e967f3d4 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -27,6 +27,14 @@ </varlistentry> <varlistentry> + <term>Bison GCC-4.5.0 Patch - <token>&bison-gcc-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&bison-gcc-patch;"/></para> + <para>MD5 sum: <literal>&bison-gcc-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para> @@ -90,6 +98,14 @@ </listitem> </varlistentry> + <varlistentry> + <term>Glibc GCC Build Fix Patch - <token>&glibc-gcc_fix-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&glibc-gcc_fix-patch;"/></para> + <para>MD5 sum: <literal>&glibc-gcc_fix-patch-md5;</literal></para> + </listitem> + </varlistentry> + <!-- <varlistentry> <term>GRUB Disk Geometry Patch - <token>&grub-geometry-patch-size;</token>:</term> |