aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-2953-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 03:29:23 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 03:29:23 +0000
commitbf2d7c125f0742a5b798b29a2a574c3346fb5c26 (patch)
tree383a8765f7c5e33c848807d3621ab3eaff66cb4b /chapter06/gcc-2953-inst.xml
parent0aae623795f5042855eb18a7c846ad4a728bdee1 (diff)
added --enable-threads=posix to complete the C++ addition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-2953-inst.xml')
-rw-r--r--chapter06/gcc-2953-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml
index b950395ab..08e735a62 100644
--- a/chapter06/gcc-2953-inst.xml
+++ b/chapter06/gcc-2953-inst.xml
@@ -14,7 +14,8 @@ 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 \
-&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-languages=c,c++
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-languages=c,c++ \
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix
make bootstrap
make install</userinput></screen></para>