diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-18 06:01:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-10-18 06:01:01 +0000 |
commit | 20bd70581496081692ab55f70ea18dec9dfe94d0 (patch) | |
tree | 8917f9462f682636a3c53b9ae49258fe967aa61e /chapter01 | |
parent | 6f367b19504e4025f6b964b4538ecaa2b2b72d56 (diff) |
Update to GCC-4.8.2. Fixes #3413.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cc90911cb..305da2006 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2013-10-18</para> + <itemizedlist> + <listitem> + <para>[matthew] - Update to GCC-4.8.2. Fixes + <ulink url="&lfs-ticket-root;3413">#3413</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-10-15</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ac7de5585..7934cc360 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -76,9 +76,9 @@ <!--<listitem> <para>Gawk &gawk-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>GCC &gcc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>GDBM &gdbm-version;</para> </listitem>--> |