aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-27 20:10:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-27 20:10:11 +0000
commit6f227bc82c2bf70495240925bb81002f888a131e (patch)
treeb418b901c8a697d789259376174b07352f47ba4f /chapter01
parentf7d98e89550dfb9a93027fccd82272034bd02d1b (diff)
Add a patch to fix building Binutils with -O3 optimization
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e1b031af9..d8da5f337 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2012-03-27</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add a patch to fix building of Binutils with the
+ -O3 compiler flag. Thanks to Pierre Labastie for the report.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Add the GCC fix patch back to Glibc instructions
to fix a build issue on 32-bit hosts. Thanks to Pierre Labastie for
the report.</para>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 212560992..c1cb214dc 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -224,6 +224,10 @@
</listitem>
<listitem>
+ <para>&binutils-build-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&gcc-startfiles-patch;</para>
</listitem>