aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-13 22:13:27 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-07-13 22:13:27 +0000
commit87fd5cea4ef88172e84ffb0b8af14be3a550a59e (patch)
treea70a1ffdf94073cdf50e10d8edd40cd066c6d6b4 /chapter06/gcc.xml
parent6bd5f1124176506262ea32a688c6ce295e8781ac (diff)
Update to linux-3.15.5.
Update to man-pages-3.70. Update to e2fsprogs-1.42.11. Fix LTO symling in gcc instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 73ea27b63..0f8d00f1b 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -154,7 +154,7 @@ cd ../gcc-build</userinput></screen>
Link Time Optimization (LTO):</para>
<screen><userinput remap="install">install -dm755 /usr/lib/bfd-plugins
-ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so</userinput></screen>
+ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /usr/lib/bfd-plugins/</userinput></screen>
<para>Now that our final toolchain is in place, it is important to again ensure
that compiling and linking will work as expected. We do this by performing