aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-09-12 17:15:29 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-09-12 17:15:29 +0000
commitf9d25dd2c5efddca3b92fefc3ae5264d11e96d0c (patch)
treef38b1e2e44ad66511a18a299a59fa6e3fea38f02 /chapter06/gcc-inst.xml
parentb803c015bf3073c8bf2a4e05008559e7a2b1fbff (diff)
Added --enable-clocale=gnu to chapter 06 -gcc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r--chapter06/gcc-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index a3a024a4f..3a3b4b2c5 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -27,7 +27,8 @@ mkdir ../gcc-build &amp;&amp;
cd ../gcc-build &amp;&amp;
../gcc-&gcc-version;/configure --prefix=/usr --enable-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++ --enable-threads=posix \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-slibdir=/lib --enable-__cxa_atexit &amp;&amp;
+&nbsp;&nbsp;&nbsp;&nbsp;--with-slibdir=/lib --enable-__cxa_atexit \
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu &amp;&amp;
make bootstrap &amp;&amp;
make install &amp;&amp;
ln -s ../usr/bin/cpp /lib &amp;&amp;