aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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