From 61d3147955661bfc23b5226310b110dc2d346482 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 25 Apr 2014 01:55:26 +0000 Subject: Update to gcc-4.9 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 1 + chapter05/gcc-pass1.xml | 2 ++ 2 files changed, 3 insertions(+) (limited to 'chapter05') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 9ebf763e7..182fad342 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -56,6 +56,7 @@ RANLIB=$LFS_TGT-ranlib \ ../binutils-&binutils-version;/configure \ --prefix=/tools \ --disable-nls \ + --disable-werror \ --with-lib-path=/tools/lib \ --with-sysroot 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 --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 \ -- cgit v1.2.3-54-g00ecf