diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
commit | 3b66f6a977777d9e22c3bf20481706b80ebc1359 (patch) | |
tree | 29cde42ad95d956979276ddcb5e7a257d174e98e /chapter06/gcc.xml | |
parent | 23102e6e55cb034215ed43a4411685036637a583 (diff) |
Update to man-pages-3.72
Add upstream patches to gcc
Update to linux-3.16.2
Update to util-linux-2.25.1
Remove reference to defunct web site
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 5ea4d8832..bc9810109 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -45,12 +45,12 @@ <screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen> -<!-- + <para>First fix a problem identified upstream that causes some programs to fail:</para> <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> ---> + <!-- <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following <command>sed</command> to force the build to use the |