aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2019-05-02 20:53:31 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2019-05-02 20:53:31 +0000
commit015473e79086108dd15b84e4ec6b29f62662d044 (patch)
treee911a8ac0795db5a7434a640f5b4654d103f03b5 /chapter06/gcc.xml
parent5d276d1f9f564bd23619a1bf07eb3dd554ff2987 (diff)
Remove a command no more needed in gcc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index d1aba35db..c48e9b779 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -51,11 +51,6 @@
;;
esac</userinput></screen>
- <para>Remove the symlink created earlier as the final gcc includes will be
- installed here:</para>
-
-<screen><userinput remap="pre">rm -f /usr/lib/gcc</userinput></screen>
-
<para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
<screen><userinput remap="pre">mkdir -v build