From 040ecb6de9078e372b188f7ac210f95f48e4d1b7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 12 Oct 2015 21:20:03 +0000 Subject: Update to man-db-2.7.4. Update to linux-4.2.3. Update to tzdata2015g. Many updates to installed files and directories. Huge thanks to Fernando. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index bf381204d..c14540bf7 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -139,7 +139,8 @@ cd ../gcc-build Link Time Optimization (LTO): install -v -dm755 /usr/lib/bfd-plugins -ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /usr/lib/bfd-plugins/ +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