diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-04 05:53:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-04 05:53:28 +0000 |
commit | dacb13db0d4ce234503ae47e2396020ddca1fe30 (patch) | |
tree | 497ac33a9f1815b8d6c6893d39608b0a64a71b5d | |
parent | 70dcd88270ee39a1d68916ee07af97312ac86cea (diff) |
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
-rw-r--r-- | chapter06/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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"</userinput></screen> is not enabled in the kernel even though it is present on the CPU. </para></note--> - <para>Install the package:</para> + <para>Install the package and remove an unneeded directory:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make installi +rm -rf /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/</userinput></screen> <para>Create a symlink required by the <ulink url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> |