From dacb13db0d4ce234503ae47e2396020ddca1fe30 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 4 Aug 2019 05:53:28 +0000 Subject: Remove an erroneous file in gcc added by the fixincludes process git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 092f43c23..468c96260 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -152,9 +152,10 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" is not enabled in the kernel even though it is present on the CPU. - Install the package: + Install the package and remove an unneeded directory: -make install +make installi +rm -rf /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/ Create a symlink required by the FHS -- cgit v1.2.3-54-g00ecf