From aa9bb6cb4bd05d94d6dfd28b61df04ebb062d95a Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 21 Aug 2014 23:33:07 +0000 Subject: Use verbose install. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10712 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 f34c028d2..5ea4d8832 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -156,7 +156,7 @@ cd ../gcc-build Add a compatibility symlink to enable building programs with Link Time Optimization (LTO): -install -dm755 /usr/lib/bfd-plugins +install -v -dm755 /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 -- cgit v1.2.3-54-g00ecf