aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 47f96f720..b8fa2a327 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -51,6 +51,11 @@
;;
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