diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-15 19:27:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-15 19:27:20 +0000 |
commit | e0901b3e480803837880db7e51ad6a10131eed46 (patch) | |
tree | fb21c74b701044cc6d96cfa9355df26dd40e120f /chapter01/changelog.xml | |
parent | 6baa19d5586855d757691071a7368e76762efaf8 (diff) |
Add notes to the gcc and binutils sections in Chapter 6
about "link time optimization" and the extra files built by gcc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index de556e53d..074394e8f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <para>2012-10-15</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add notes to the gcc and binutils + sections in Chapter 6 about "link time optimization" + and the extra files built by gcc. Fixes + <ulink url="&lfs-ticket-root;3200">#3200</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Upgrade to tzdata-2012f. Fixes <ulink url="&lfs-ticket-root;3205">#3205</ulink>.</para> </listitem> |