aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index cc6b5d79e..eb168cb61 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -55,9 +55,9 @@ cd ../gcc-build</userinput></screen>
<para>Now prepare GCC for compilation:</para>
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
- --enable-shared --enable-threads=posix \
- --enable-__cxa_atexit --enable-clocale=gnu \
- --enable-languages=c,c++</userinput></screen>
+ --libexecdir=/usr/lib --enable-shared --enable-threads=posix \
+ --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
+</userinput></screen>
<para>Compile the package:</para>