aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 9609b8713..f234fd891 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -58,7 +58,7 @@ cd ../gcc-build</userinput></screen>
<para>Now prepare GCC for compilation:</para>
-<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
+<screen><userinput>../&gcc-dir;/configure --prefix=/usr \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-threads=posix \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-__cxa_atexit --enable-clocale=gnu \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++</userinput></screen>