aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 11:28:04 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 11:28:04 +0000
commitff0f063c6069a88c67efe37c7e31e364c27dee06 (patch)
tree5b030aa98b4ba5df5582816121b8676ed9ea8a6a /chapter01
parent4e179e7764f6b382a4b33d61c49112698c11ff3b (diff)
Introduce --disable-install-libiberty to prevent GCC from installing libiberty.a, but retain the existing sed as the configure flag doesn't seem to do what it should.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2ff76e43d..a906b3b48 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,12 @@
<para>2013-03-29</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Use --disable-install-libiberty to prevent GCC from
+ installing libiberty.a (thanks to Armin K. for the pointer). Retain
+ the existing sed, though, as the flag doesn't work correctly
+ yet.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Remove the now unnecessary instructions that
prevented GCC's info files from being built; GCC-4.8.0 contains
upstream fixes.</para>