From 8dabff29991940fb9732cce5b4f145deac600af0 Mon Sep 17 00:00:00 2001 From: xry111 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: svn://svn.linuxfromscratch.org/LFS/trunk@12116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- BOOK/chapter08/gcc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BOOK/chapter08/gcc.xml b/BOOK/chapter08/gcc.xml index 3ef424be7..5090029a5 100644 --- a/BOOK/chapter08/gcc.xml +++ b/BOOK/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 -- 2.11.4.GIT