aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 94cbcb91b..c878bd4b2 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -20,6 +20,8 @@
<sect2 role="installation">
<title>Installation of GCC</title>
+<para>Create a build dir:</para>
+
<screen><userinput>mkdir ../gcc-build
cd ../gcc-build</userinput></screen>
@@ -38,6 +40,8 @@ cd ../gcc-build</userinput></screen>
<screen><userinput>make install</userinput></screen>
+<para>Create a symlink:</para>
+
<screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
</sect2>