aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 01:55:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 01:55:26 +0000
commit61d3147955661bfc23b5226310b110dc2d346482 (patch)
treed2ae4260246ba19179b34e64a17a2ff22ad9df24 /chapter05/gcc-pass1.xml
parent976040f4a11fdf01390d685312ef29e4e84ca1cb (diff)
Update to gcc-4.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 8ba097d10..61cb8af15 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -133,6 +133,8 @@ cd ../gcc-build</userinput></screen>
--disable-libquadmath \
--disable-libsanitizer \
--disable-libssp \
+ --disable-libvtv \
+ --disable-libcilkrts \
--disable-libstdc++-v3 \
--enable-languages=c,c++ \
--with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \