aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-2953-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc-2953-inst.xml')
-rw-r--r--chapter06/gcc-2953-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml
index 2a45a5908..b950395ab 100644
--- a/chapter06/gcc-2953-inst.xml
+++ b/chapter06/gcc-2953-inst.xml
@@ -14,7 +14,7 @@ echo timestamp > gcc/cstamp-h.in
mkdir ../gcc-2-build
cd ../gcc-2-build
../gcc-2.95.3/configure --prefix=/opt/gcc-2.95.3 \
-    --enable-shared --enable-languages=c
+    --enable-shared --enable-languages=c,c++
make bootstrap
make install</userinput></screen></para>