From 87fd5cea4ef88172e84ffb0b8af14be3a550a59e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 13 Jul 2014 22:13:27 +0000 Subject: 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 --- chapter06/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/gcc.xml') 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 Link Time Optimization (LTO): install -dm755 /usr/lib/bfd-plugins -ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so +ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /usr/lib/bfd-plugins/ 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 -- cgit v1.2.3-54-g00ecf