diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-31 16:27:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-31 16:27:24 +0000 |
commit | 238d351be0bc02d6c27b4c81119c7b245c737f08 (patch) | |
tree | 742d65fa1d770fe78b01641d9bc7257cb82ac6fe /chapter05/gcc-pass2.xml | |
parent | 48a987b4204cf5c5a1686e40b51bbdd014d834ee (diff) |
Update to gcc-4.9.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 132f54b5d..fa430f574 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -94,11 +94,11 @@ tar -xf ../gmp-&gmp-version;.tar.xz mv -v gmp-&gmp-extracted-version; gmp tar -xf ../mpc-&mpc-version;.tar.gz mv -v mpc-&mpc-version; mpc</userinput></screen> - +<!-- <para>As in the first build of GCC, fix a problem identified upstream:</para> <screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen> - +--> <para>Create a separate build directory again:</para> <screen><userinput remap="pre">mkdir -v ../gcc-build |