diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-25 01:55:26 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-25 01:55:26 +0000 |
commit | 61d3147955661bfc23b5226310b110dc2d346482 (patch) | |
tree | d2ae4260246ba19179b34e64a17a2ff22ad9df24 /chapter06/binutils.xml | |
parent | 976040f4a11fdf01390d685312ef29e4e84ca1cb (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 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index d54cbe45e..ae8aff092 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -72,7 +72,9 @@ cd ../binutils-build</userinput></screen> <para>Prepare Binutils for compilation:</para> -<screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen> +<screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr \ + --enable-shared \ + --disable-werror</userinput></screen> <para>Compile the package:</para> |