From f36db31a45b96d9c4bcff4f34124cb04a78c6279 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 3 Feb 2021 03:00:59 +0000 Subject: [PATCH] ch08/gcc: /usr/lib/bfd-plugins is already created by binutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/gcc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 3ef424be7..5090029a5 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -174,8 +174,7 @@ rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/Add a compatibility symlink to enable building programs with Link Time Optimization (LTO): -install -v -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